a{
	text-decoration: none;
}

/* FAQ Toppage
--------------------------------------------------*/
#faqside {
	font-family: "YuGothic", "Yu Gothic", "遊ゴシック", "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", "Verdana", sans-serif;
}

#faq-container{
}

#faq-container #bodywrap{
	width: 1050px;
	margin: 0 auto;
	padding: 0;
	background: #fff;
}

#faq-container #faq-side{
	width: 220px;
	float: right;
}

#faq-container #faq-main{
	width: 100%;
	float: left;
	margin-right: -240px;
}

#tab{
	margin-left:5px;
}

#tab button{
	width:258px;
	font-size: 13px;
	background-color: #E1E1E1;
	color: #787878;
	border:0;
	padding: 5px 10px;
	cursor: pointer;
}

#tab button:hover{
	background-color: #6FB0D1;
	border:0;
	color: #fff;
}

#tab button.active{
	background-color: #6FB0D1;
	border:0;
	color: #fff;
}

#readMore button{
	width:168px;
	font-size: 13px;
	background-color: #E1E1E1;
	color: #787878;
	margin:20px 316px;
	text-align:center;
	border:0;
		
		-moz-border-radius: 6px;    /* Firefox */
	  	-moz-border-radius: 6px;
	   	-webkit-border-radius: 6px; /* Safari,Chrome */
	   	-webkit-border-radius: 6px;
	   	border-radius: 6px;     /* 左上 */
		border-radius: 6px;    /* 右上 */ /* CSS3 */
	padding: 5px 10px;
	cursor: pointer;
}

#readMore button:hover{
	background-color: #6FB0D1;
	border:0;
	color: #fff;
}

/* BOXS
------------------------------------------------------------------- */
#faq-container #boxwrap{
	margin-left: 0px;
}

#faq-container #boxwrap .box{
	width: 781px;
	margin-left:5px;
	border-bottom: 1px solid #e5e5e5;
}

#faq-container #boxwrap .box a{
	display:block;
	padding:5px 20px 15px 80px;
	background-image:url(/common/img/faq_mark.png);
	background-position:10px 5px;
	background-repeat:no-repeat;
	text-decoration:none;
	color: #787878;
	line-height: 130%;
}

#faq-container #boxwrap .title{
	font-size: 16px;
	padding: 10px 5px 13px 0;
	font-weight: bold;
}

#faq-container #boxwrap .exc{
	font-size: 12px;
}

#faq-container #boxwrap .box a:hover{
	background-color:#6FB0D1;
	background-image:url(/common/img/faq_mark_on.png);
	color:#FFFFFF !important;
}


/*-----------------------------
検索フォーム
-----------------------------*/
#search {
	padding-top: 0px;
	padding-bottom: 0px;
}

#s  {
	width: 190px;　// 検索フォームの横幅
	height: 20px;　// 検索フォームの文字記入部分の高さ
	border: 1px solid #999;　// 検索フォームのボーダー　1pxあるのに注意
	color: #333;　//検索フォームの文字色
	background-color: #fff;　　// 検索フォームの背景色
	font-size: 14px;　// 検索フォームの文字サイズ
}

#searchsubmit {
	position: absolute;
	top: 0;
	left: 205px; // 検索フォームの横幅と同じ長さを指定
}

#search #searchform {
	position: relative;
}
/*------------------*/







/*================================

	single

================================*/
#faq_container {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
	font-family: "YuGothic", "Yu Gothic", "遊ゴシック", "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", "Verdana", sans-serif;
}

#faq_content {
	margin: 0 280px 36px 20px;
}

#faq_content .entry-title::before {
	content: url(/common/img/q.png);
    margin: 6px;
    position: relative;
    top: 5px;
}

#faq_content .entry-title {
	color: #6FB0D1;
	font-size: 21px;
	font-weight: normal;
	line-height: 1.3em;
	margin-bottom: 0;
	border-bottom: 2px #6FB0D1 solid;
	padding:15px 0;
}

#faq_content,
#faq_content input,
#faq_content textarea {
	color: #333;
	font-size: 16px;
	line-height: 15px;
}

#faq_content p {
    font-size: 13px;
    line-height: 22px;
}

#faq_content ul {
	margin: 0;
	padding: 0;
}

#faq_content ol,
#faq_content dd,
#faq_content pre,
#faq_content hr {
	margin-bottom: 15px;
}
#faq_content ul ul,
#faq_content ol ol,
#faq_content ul ol,
#faq_content ol ul {
	margin-bottom: 0;
}
#faq_content pre,
#faq_content kbd,
#faq_content tt,
#faq_content var {
	font-size: 15px;
	line-height: 21px;
}
#faq_content code {
	font-size: 13px;
}
#faq_content dt,
#faq_content th {
	color: #000;
}
#faq_content h1,
#faq_content h2,
#faq_content h3,
#faq_content h4,
#faq_content h5,
#faq_content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#faq_content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#faq_content tr th,
#faq_content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#faq_content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#faq_content tr.odd td {
	background: #f2f7fc;
}

#faq_content .entry-summary p:last-child {
	margin-bottom: 12px;
}

#faq_content .video-player {
	padding: 0;
}

.top-btn-bg2 {
	width:230px !important;
	height:100px !important;
	background:#F7F7F7 !important;
}

.top-btn-jp2 {
	margin: 0;
	padding-top: 12px;
	color: #494949 !important;
	font-size: 18px !important;
	text-align: center !important;
	font-weight: normal !important;
	line-height: 21px;
	letter-spacing: 1px;
}

.top-btn-dd2 {
    color: #FF253A;
    font-size: 17px;
    line-height: 45px;
}

/* =Images
-------------------------------------------------------------- */

#faq_content img {
	margin: 0;
	height: auto;
	max-width: 750px;
	width: auto;
	vertical-align: top;
}
#faq_content .attachment img {
	max-width: 900px;
}
#faq_content .alignleft,
#faq_content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#faq_content .alignright,
#faq_content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#faq_content .aligncenter,
#faq_content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#faq_content img.alignleft,
#faq_content img.alignright,
#faq_content img.aligncenter {
	margin-bottom: 12px;
}
#faq_content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#faq_content .wp-caption img {
	margin: 5px 5px 0;
}
#faq_content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#faq_content .wp-smiley {
	margin: 0;
}
#faq_content .gallery {
	margin: 0 auto 18px;
}
#faq_content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#faq_content .gallery img {
	border: 2px solid #cfcfcf;
}
#faq_content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#faq_content .gallery dl {
	margin: 0;
}
#faq_content .gallery img {
	border: 10px solid #f1f1f1;
}
#faq_content .gallery br+br {
	display: none;
}
#faq_content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}



/*========================
	テンプレート
========================*/

/* 小見出し */
#faq_content h2 {
	color: #000;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	padding-left: 10px;
	margin: 20px 0;
	border-left: 6px solid #000;
}

#faq_content .subtitle01{
	font-size: 16px;
	font-weight: bold;
}

/* ボタン */
#faq_content .faqbtn{
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 60px 0;
}

#faq_content .faqbtn a::after {
	content: url(/common/img/r-ancer.png);
    margin: 10px;
    position: relative;
    top: 2px;
}

#faq_content .faqbtn a{
	color: #000;
	background: #fff;
	padding: 16px 8px 16px 13px;
	border: 2px solid #000;
	text-align: center;
	text-decoration: none;
	box-shadow: 2px 2px;
}

#faq_content .faqbtn a:hover{
	color: #fff;
	background: #8E8E8E;
	border: 2px solid #000;
	text-decoration: none;
	box-shadow: 2px 2px;
}

#faq_content .faqbtn a:hover::after{
	content: url(/common/img/r-ancer-on.png);
    margin: 10px;
    position: relative;
    top: 2px;
}

/* リストボックス */
#faq_content .listbox li {
	float: left;
	list-style: none;
	width: 24%;
	height: auto;
	margin-right: 5%;
}


