@charset "utf-8";


/* body
----------------------------------------------- */
body {
    background: #fff;
//background-position: 50% 0% fixed;
    font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",verdana,"メイリオ", Meiryo, sans-serif;
    margin: 0px;
    padding: 0px;
    -webkit-user-select: none;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(51,102,204,0.70);
    color: #333;
	width:100%;
}

ul {
	margin:0;
	list-style:none;
}

/* リンクタグ
   ※デフォルトは下線なし
----------------------------------------------- */

a {
	color:#666;
}

a:hover {
	text-decoration:none;
	/*opacity:0.8;*/
	/*background-color:#F0F0F0;*/
}

/* 共通
----------------------------------------------- */
/* IE用hackここから */
.clearfix{
	zoom:100%;
}
/* IE用hackここまで */

.clearfix:after{
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}


/* HTML default
=============================================== */

.guide {
	/*margin:10px 10px;*/
	text-align:left;
}

div.guide p {
	line-height:1.4em;
	margin:0.5em 0 0 0.2em;
}

/* リンクタグ(下線)
----------------------------------------------- */
a.under-line {
    text-decoration: underline;
}

/* 画像
   ※デフォルトは枠なし
----------------------------------------------- */
img {
    border: 0px solid;
}

div.guide ul {
	margin:0 0 15px 0;
	padding:0;
	max-width:750px;
}

ul.guide-menu-lis h2 {
	font-size:1.1em;
	margin:0.3em 0.8em;
	background-color:#e64b3b;
}

.guide-menu-list {
    margin: 10px 10px;
    background-color: #FFF;
    border: 1px solid #070809;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
	list-style:none;
    overflow: hidden;
	max-width:300px;
}

.guide-menu-list li {
    border-bottom: 1px solid #070809;
    position: relative;
	width:100%;
}

.guide-menu-list li:last-child {
    border: none;
}

.guide-menu-list li::after {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -5px;
    height: 18px;
    width: 18px;
    background-image: url(http://booksmart.jp/user_data/packages/sphone/img/bookers/icon/arrow/arrow_r.png);
	filter:alpha(opacity=50);
    -moz-opacity:0.5;
    opacity:0.5;
    background-repeat: no-repeat;
    background-size: 1em;
    -webkit-background-size: 1em;
    z-index: 1;
}

.guide-menu-list li:first-child::after {
	background-image: none;
}

.guide-menu-list li a {
    display: block;
    position: relative;
    padding: 10px 30px 10px 5px;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    z-index: 2;
}

.guideTitle {
	background:#F0F0F0;
	color:#666;
	width:100%;
	padding:0.8em 0;
	margin:0.5em 0;
}

t1 {
	margin-left:1em;
	font-weight:bold;
}

.t2 {
	color:#ff8e28;
	margin-left:0.5em;
	padding:1em 0 0 0.5em;
	font-weight:bold;
}

.toroku_btn {
	width:100%;
	margin:1.2em 0;
}

.btn.entryBtn {
    position: relative;
    width: 180px;
    margin: 18px 10px 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e35757), color-stop(0.00, #f46d6d));
    background: -webkit-linear-gradient(#f46d6d, #e35757);
    background: -moz-linear-gradient(#f46d6d, #e35757);
    background: -o-linear-gradient(#f46d6d, #e35757);
    background: -ms-linear-gradient(#f46d6d, #e35757);
    background: linear-gradient(#f46d6d, #e35757);
}

.entryBtn:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url(../img/icon/icon_entry_01.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20%;
    margin: auto;
}

.ss_w {
	margin:1em 0;
	min-width:290px;
	max-width:500px;
	height:auto;
	text-align:center;
	display:inline-block;
}

.ss_h {
	margin:1em 0;
	max-height:332px;
	height:auto;
}

.viewer {
	display:inline;
	vertical-align:middle;
	margin-right:5px;
}

.cat {
	margin:0.7em 0;
	text-align:center;
	padding:0.2em 3em;
	background-color:#fff;
	border:#999 1px solid;
	color:#999;
	line-height:1.5em;
	font-size:1.3em;
	font-weight:bold;
	max-width:300px;
}

.heading {
	width:100%;
	background-color:#ff8e28;
	color:#fff;
	font-size:1.3em;
	font-weight:bold;
	line-height:1.3em;
	text-align:center;
	padding:0.5em 0;
	overflow:hidden;
}

/*FAQ*/

#QA-1 {
	width: 100%;
	font-family: メイリオ;
	font-size: 1em;
}

#QA-1 h2 {
	font-size:1em;

}

#QA-1 dt {
	padding: 8px;
	border-radius: 2px;
	text-decoration:underline;
}
#QA-1 dt::before {
	content: "Q.";
	color:#369;
	font-weight: bold;
	margin-right: 8px;
}
#QA-1 dd {
	margin:5px 16px 12px 32px;
	line-height: 140%;
	text-indent: -24px;
	text-decoration:underline;
}
#QA-1 dd::before {
	content: "A.";
	color:#F33;
	font-weight: bold;
	margin-right: 8px;
}

#QA-1 p {
	font-size:0.8em;
	margin:2px 0 12px;
}

#QA-1 .t2 {
	font-size:1em;
}

#QA-1 ul {
	margin:0 0 15px 0;
	padding:0;
	max-width:610px;
}

#QA-1 .guide-menu-list {
    margin: 10px 0px;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
	list-style:none;
    overflow: hidden;
}

#QA-1 .guide-menu-list li {
    border-bottom: 1px solid #CCC;
    position: relative;
	width:300px;
}

#QA-1 .guide-menu-list li:last-child {
    border: none;
}

#QA-1 .guide-menu-list li::after {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -5px;
    height: 18px;
    width: 18px;
    background-image: url(http://booksmart.jp/user_data/packages/sphone/img/bookers/icon/arrow/arrow_r.png);
	filter:alpha(opacity=50);
    -moz-opacity:0.5;
    opacity:0.5;
    background-repeat: no-repeat;
    background-size: 1em;
    -webkit-background-size: 1em;
    z-index: 1;
}

#QA-1 .guide-menu-list li a {
    display: block;
    position: relative;
    padding: 10px 30px 10px 5px;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    z-index: 2;
}

#QA-1 a {
	color:#069;
}

.box {
	display:inline-block;
	vertical-align:top;
}

div.box h2 {
	font-size:1.1em;
	padding:0.5em 0.8em;
	color:#fff;
	background-color:#16bac2;
	margin:0;
}

.red {
	color:#F33;
}