@charset "shift_jis";
/* -----------------------------------------------------------------------------
-- kyousei-shika.net smartphone
----------------------------------------------------------------------------- */

/* -----------------------------------------------------------------------------
-- reset CSS
----------------------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	background:transparent;
}
img {
	vertical-align:bottom;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
li {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	background:transparent;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
input, select {
	vertical-align:bottom;
}
/* -----------------------------------------------------------------------------
-- global
----------------------------------------------------------------------------- */
body {
	font-family:sans-serif;
	font-size:14px;
	line-height:1.5!important;
	-webkit-text-size-adjust:none;
	color:#333333;
}
a {
	color:#333333;
	text-decoration:none;
	outline:none;
}
.em-01 {
	font-weight:bold;
}
.em-02 {
	font-weight:bold;
	color:#CC0000;
}
.link-color {
	color:#3366FF;
}
/* -----------------------------------------------------------------------------
-- icon
----------------------------------------------------------------------------- */

.icon-right, .icon-left {
	position:relative;
	display:block;
	padding-right:20px;
}
.icon-left {
	padding-left:20px;
	padding-right:0;
}
.icon-left:before, .icon-right:after {
	position:absolute;
	content:"";
	width:20px;
	height:20px;
	top: 50%;
	margin-top: -10px;
}
.nav-single:after, .nav-list a:after, .nav-list .icon:after {
	content:"";
	position:absolute;
	top:50%;
	right:10px;
	width:20px;
	height:20px;
	margin-left:50px;
	margin-top:-10px;
	background:url(../img/icon.png) no-repeat 0 -40px;
}
.icon-inline {
	display:inline-block;
}
.icon-left:before {
	left:0;
	background:url(../img/icon.png);
}
.icon-right:after {
	right:0;
	background:url(../img/icon.png);
}
.icon-left.arrow:before {
	background-position:0 -40px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
}
.icon-left.arrow.up:before {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
}
.icon-left.arrow.down:before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
}
.icon-right.arrow:after {
	background-position:0 -40px;
}
.icon-right.arrow.up:after {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
}
.icon-right.arrow.down:after {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
}
.search .icon-right.arrow:after {
	right:10px;
}
.icon-right.arrow.open:after {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
}
.icon-left.triangle:before {
	background-position:0 -80px;
}
.icon-left.movie:before {
	background-position:0 0;
}
.icon-left.rumor:before {
	background-position:0 -120px;
}
.icon-left.job:before {
	background-position:0 -304px;
}
.icon-right.external:after {
	right:0;
	background-position:0 -20px;
}
.hp-button .icon-right.external:after {
	right:0;
	background-position:0 -220px;
}
.hp-link .icon-right.external:after {
	right:0;
	background-position:0 -220px;
}
.icon-right.arrow02:after {
	background-position:0 -60px;
}
.icon-right.arrow03:after {
	background-position:0 -100px;
!important
}
.icon-right.arrow03.down:after {
	background-position:0 -100px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
}
.icon-right.arrow03.up:after {
	background-position:0 -100px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
}
.icon-right.arrow03.open:after {
	background-position:0 -100px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
}
.icon-right.arrow04:after {
	background-position:0 -200px;
}
.icon-left.search:before {
	background-position:0 -180px;
}
.icon-left.train:before {
	background-position:0 -240px;
}
.icon-left.memo:before {
	background-position:0 -328px;
}
.icon-left.rail:before {
	width:60px;
	height:26px;
	margin-top:-13px;
	left:1px;
	background-position:-20px -368px;
}
.train.icon-inline {
	position:relative;
	left:15px;
}
/* -----------------------------------------------------------------------------
-- float
----------------------------------------------------------------------------- */
.clear {
	clear:both;
}
.cfx {
	zoom:1;
	overflow:auto;
}
.cfx:after {
	content:"";
	display:block;
}
.photo-left {
	float:left;
	margin-right:10px;
}
.photo-right {
	float:right;
	margin-left:10px;
}
/* -----------------------------------------------------------------------------
-- background
----------------------------------------------------------------------------- */

.sec-gradient {
	padding:10px;
	position:relative;
	border-top:1px solid #FFFFFF;
	background-color:#F6F6F6;
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #F6F6F6) );
	background-image: -moz-linear-gradient( 90deg, #FFFFFF 0%, #F6F6F6 100% );
	background-image: -o-linear-gradient( 90deg, #FFFFFF 0%, #F6F6F6 100% );
}
.sec-gradient:before {
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:0;
	border-top:1px solid #EEEEEE;
	border-bottom:1px solid #FFFFFF;
}
.sec-stripe {
	padding:10px 0;
	background:url(../img/bg-stripe-90deg.gif) repeat 0 0;
	background-size: 7px 7px;
	-moz-background-size: 7px 7px;
	-webkit-background-size: 7px 7px;
	-o-background-size: 7px 7px;
}
.sec-stripe02 {
	padding:1px 0 10px;
	background:url(../img/bg-stripe-45deg.gif) repeat-x 0 0;
}
.sec-color {
	background-color:#E7E7E7;
	padding:10px 0;
}
/* -----------------------------------------------------------------------------
-- button
----------------------------------------------------------------------------- */

.button {
	display:block;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-background-clip:padding-box;
	text-align:center;
	padding:7px;
	font-weight:bold;
	line-height:200%;
}
.button02 {
	display:block;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-background-clip:padding-box;
	text-align:center;
	padding:7px;
	font-weight:bold;
}
.button02 a {
	color:#fff !important;
}
.btn-color-01 {
	background-color:#FF6364;
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #FF6364), color-stop(0.5, #FF6364), color-stop(0.5, #FF6F6F), color-stop(1, #FE9797) );
	background-image: -moz-linear-gradient( 90deg, #FF6364 0%, #FF6364 50%, #FF6F6F 50%, #FE9797 100% );
	background-image: -o-linear-gradient( 90deg, #FF6364 0%, #FF6364 50%, #FF6F6F 50%, #FE9797 100% );
	border:1px solid #FF3B3B;
	box-shadow:0px 1px 1px rgba(255,255,255,0.3), inset 0px 1px 2px rgba(000,000,000,0.1);
	-moz-box-shadow:0px 1px 1px rgba(255,255,255,0.3), inset 0px 1px 2px rgba(000,000,000,0.1);
	-webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.3), inset 0px 1px 2px rgba(000,000,000,0.1);
	padding:3px 6px;
	color:#FFFFFF;
	font-weight:normal;
}
.btn-color-02 {
	background-color:#F6F6F6;
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #F6F6F6), color-stop(0.7, #FFFFFF) );
	background-image: -moz-linear-gradient( 90deg, #F6F6F6 0%, #FFFFFF 70% );
	background-image: -o-linear-gradient( 90deg, #F6F6F6 0%, #FFFFFF 70% );
	border:1px solid #DDDDDD;
	box-shadow:0px 1px 2px rgba(000,000,000,0.1), inset 0px 1px 1px rgba(255,255,255,1);
	-moz-box-shadow:0px 1px 2px rgba(000,000,000,0.1), inset 0px 1px 1px rgba(255,255,255,1);
	-webkit-box-shadow:0px 1px 2px rgba(000,000,000,0.1), inset 0px 1px 1px rgba(255,255,255,1);
	color:#000000;
}
.btn-color-03 {
	color:#000;
	font-size:15px;
	background-color:#9dd03b;
	box-shadow: 0 2px 0 #351313;
	box-shadow: 0px 2px 0px 0px #ccc;
	-moz-box-shadow: 0px 2px 0px 0px #ccc;
	-webkit-box-shadow: 0px 2px 0px 0px #ccc;/*background-image: -webkit-gradient(  linear,  left bottom,  left top,  color-stop(0, #019A0C),  color-stop(0.5, #009D0E),  color-stop(0.5, #32AC3D),  color-stop(1, #79BE7F)  );
	background-image: -moz-linear-gradient(  90deg,  #019A0C 0%,  #009D0E 50%,  #32AC3D 50%,  #79BE7F 100%  );
	background-image: -o-linear-gradient(  90deg,  #019A0C 0%,  #009D0E 50%,  #32AC3D 50%,  #79BE7F 100%  );
	box-shadow:0px 2px 2px rgba(000,000,000,0.2), inset 0px 1px 1px rgba(255,255,255,0.5);
	-moz-box-shadow:0px 2px 2px rgba(000,000,000,0.2), inset 0px 1px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:0px 2px 2px rgba(000,000,000,0.2), inset 0px 1px 1px rgba(255,255,255,0.5);*/
}
.btn-color-04 {
	color:#FFFFFF;
	line-height:30px;
	background-color:#ff9759;
	background-image: -webkit-gradient(  linear,  left bottom,  left top,  color-stop(0, #f4a77a),  color-stop(0.5, #faaa7b),  color-stop(0.5, #f49055),  color-stop(1, #ff9759)  );
	background-image: -moz-linear-gradient(  90deg,  #fcae7f 0%,  #fdb990 50%,  #f49055 50%,  #ff9759 100%  );
	background-image: -o-linear-gradient(  90deg,  #fcae7f 0%,  #fdb990 50%,  #f49055 50%,  #ff9759 100%  );
	box-shadow:0px 2px 2px rgba(000,000,000,0.2), inset 0px 1px 1px rgba(255,255,255,0.5);
	-moz-box-shadow:0px 2px 2px rgba(000,000,000,0.2), inset 0px 1px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:0px 2px 2px rgba(000,000,000,0.2), inset 0px 1px 1px rgba(255,255,255,0.5);
}
.button-portrait {
	padding:10px 30px;
}
.button-portrait .button {
	margin-top:15px;
}
.button-portrait .button:first-child {
	margin-top:0;
}
.button-landscape li {
	display:inline-block;
	margin:3px;
}
.android .button {
	padding:9px 7px 5px 7px;
}
.android .gnavi-open .button {
	padding:4px 16px 2px 6px;
}
/* -----------------------------------------------------------------------------
-- globalheader
----------------------------------------------------------------------------- */

#site-top #pageheader, #pref-top #pageheader, #rail-search #pageheader {
	background:url(../img/bg-stripe-45deg03.gif) repeat left bottom;
}
#globalheader {
	padding: 6px;
	background-color:#F6F6F6;
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #F6F6F6), color-stop(0.7, #FFFFFF) );
	background-image: -moz-linear-gradient( 90deg, #F6F6F6 0%, #FFFFFF 70% );
	background-image: -o-linear-gradient( 90deg, #F6F6F6 0%, #FFFFFF 70% );
	display:table;
	width:100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position:relative;
}
#globalheader:after {
	content: "";
	display:block;
	clear: both;
	width: 100%;
	height:0;
	position: absolute;
	top: 46px;
	left:0;
	border-top:1px solid #FFF;
	border-bottom:1px solid #EEE;
}
.logo {
	float:left;
}
.gnavi-open {
	float:right;
	vertical-align:middle;
	text-align:right;
	margin-top:2px;
}
.gnavi-open .button {
	display:inline-block;
	position:relative;
	padding-right:16px;
	line-height: 1.5;
}
.gnavi-open .button:after {
	position:absolute;
	content:"";
	width:20px;
	height:20px;
	top:0;
	right:0;
	background:url(../img/icon.png) no-repeat 0 -140px;
}
#globalnavi {
	width:100%;
	font-size:12px;
	position:relative;
	z-index:3;
	margin-top:-6px;
}
#globalnavi:before {
	position:absolute;
	content:"▲";
	top:-12px;
	right:35px;
	color:#FFDDDD;
}
#globalnavi nav {
	margin:0 5px;
	padding:5px;
	background-color:#FFDDDD;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-background-clip:padding-box;
	box-shadow:0 0 5px rgba(0,0,0,0.3);
	-moz-box-shadow:0 0 5px rgba(0,0,0,0.3);
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.3);
}
#globalnavi .nav_tit {
	text-align:center;
	margin-bottom:5px;
	font-size:14px;
	line-height: 2;
}
#globalnavi li {
	float:left;
	width:50%;
	display:inline-block;
	background-color:#FFFFFF;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-bottom:1px solid #FFDDDD;
}
#globalnavi li a {
	display:block;
	padding:7px 0 7px 15px;
	position:relative;
}
#globalnavi li a:before {
	content:"";
	position:absolute;
	left:-2px;
	top:50%;
	width:20px;
	height:20px;
	margin-top:-10px;
	background:url(../img/icon.png) no-repeat 0 -80px;
}
#globalnavi li:nth-child(2n) {
	border-left:1px solid #FFDDDD;
}
.gnavi-close {
	clera:both;
	text-align:right;
}
.gnavi-close a {
	clear:both;
	line-height:1em;
	font-size:12px;
	display:inline-block;
	padding:5px;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	-webkit-background-clip:padding-box;
	background-color:#FFFFFF;
	margin-top:5px;
	z-index:10;
}
/* -----------------------------------------------------------------------------
-- contents
----------------------------------------------------------------------------- */

.page-title {
	font-size:16px;
	line-height:1.2;
	margin:10px 10px 0;
	font-weight:bold;
}
.sub-title {
	font-size:12px;
	line-height:1.2;
	margin:0 10px 10px;
}
.dl-landscape {
	font-size:12px;
}
.dl-landscape dt {
	clear: both;
	float: left;
	font-weight: bold;
	width: 6em;
	padding:8px 0 8px 10px;
}
.dl-landscape dd {
	padding:8px 10px 8px 7em;
	border-top: 1px dotted #CCCCCC;
}
.dl-landscape dd:first-of-type {
	border:none;
}
.dl-portrait dt {
	padding:3px 10px;
	font-weight: bold;
	background-color:#F9F5EE;
	border-bottom:1px dotted #E9DDC2;
	border-top: 1px solid #F0E8D6;
	box-shadow: 0 1px 0 #FFFFFF inset;
	-moz-box-shadow:0 1px 0 #FFFFFF inset;
	-webkit-box-shadow:0 1px 0 #FFFFFF inset;
}
.dl-portrait dd {
	margin:10px;
}
.mar-b-10 {
	margin-bottom:10px;
}
.title-01 {
	background-color:#A4B2BD;
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.1, #A4B2BD), color-stop(1, #8B9BA8) );
	background-image: -moz-linear-gradient( 90deg, #A4B2BD 0%, #8B9BA8 100% );
	background-image: -o-linear-gradient( 90deg, #A4B2BD 0%, #8B9BA8 100% );
	padding:5px 10px;
	border-top:1px solid #707D85;
	border-bottom:1px solid #979EA4;
	color:#FFFFFF;
	font-size:16px;
	text-shadow:0px 1px 1px rgba(0,0,0,0.5);
}
/* pickup-banner */

.title-02 {
	background-color:#00b6d0;
	padding:8px 15px;
	color:#000;
	font-size:15px;
	line-height:1em;
	margin-top: 8px;		/*background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.1, #F17496),
		color-stop(1, #EE517B)
	);
	background-image: -moz-linear-gradient(
		90deg,
		#F17496 0%,
		#EE517B 100%
	);
	background-image: -o-linear-gradient(
		90deg,
		#F17496 0%,
		#EE517B 100%
	);*//*border-top:1px solid #EE517B;
	box-shadow:inset -1px -1px 0 rgba(000,000,000,0.1),inset 1px 1px 0 rgba(255,255,255,0.3);*/
}
/* pickup-banner4ここまで */

.box-table {
	width:100%;
	display: table;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.box-table *[class^="cell"] {
	display: table-cell;
	vertical-align:middle;
}
.cell-thum {
	width:110px;
}
.cell-20 {
	width:20%;
}
.cell-30 {
	width:30%;
}
.cell-40 {
	width:40%;
}
.cell-45 {
	width:45%;
}
.cell-50 {
	width:50%;
}
.cell-55 {
	width:55%;
}
.cell-60 {
	width:60%;
}
.cell-70 {
	width:70%;
}
.cell-80 {
	width:80%;
}
.box-list li {
	padding:5px 10px;
	border-top:1px dotted #CCC;
	word-wrap: break-word;
}
.box-list li:first-child {
	border:none;
}
/* -----------------------------------------------------------------------------
-- nav
----------------------------------------------------------------------------- */
.round, .nav-single {
	margin:10px;
	border:1px solid #CCC;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-background-clip:padding-box;
	background-color:#FFFFFF;
	word-wrap: break-word;
}
.android .round, .android .nav-single {
	box-shadow:0 0 3px rgba(0,0,0,0.2);
	-moz-box-shadow:0 0 3px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 0 3px rgba(0,0,0,0.2);
}
.round li:first-child a {
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	-webkit-background-clip:padding-box;
}
.round li:last-child a {
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	-webkit-background-clip:padding-box;
}
.nav-list>li {
	border-top: 1px solid #CCCCCC;
	font-weight:bold;
}
.round>li:first-child {
	border:none;
}
.nav-single, .nav-list a, .nav-list .icon {
	display:block;
	padding:10px 35px 10px 10px;
	position:relative;
}
/* -----------------------------------------------------------------------------
-- globalfooter
----------------------------------------------------------------------------- */
#globalfooter {
	background-color:#FF6364;
	color: #FFFFFF;
	position:relative;
	height:35px;
}
.site-link {
	font-size:12px;
	text-align:center;
}
.site-link a {
	color:#3366FF;
}
.pc-switch {
	margin:0 0 10px;
	font-size:14px;
}
#copyright {
	font-size: 12px;
	text-align: center;
	line-height:35px;
}
/*---------- 
#social {
	text-align:center;
	margin:0 0 20px;
}
------------*/



/*20131023ソーシャルボタンのサイズ拡大に伴い追記
--------------------------------------------------*/
#social {
	text-align:center;
	margin:0 0 20px;
	overflow: hidden;
}
#social li {
	float: left;
	width: 25%;
	margin: 0px;
}
/*20150324　ランキング、用語集、Q&Aのスマホ化に伴い追記
--------------------------------------------------------*/

.float_l {
	float: left;
}
.float_r {
	float: right;
}
.clear {
	clear: both;
}
.link_color {
	color: #3465FF;
}
.bold {
	font-weight: bold;
}
.title_01 {
	background-color:#FE7C7C;
	padding:5px 10px;
	color:#FFFFFF;
	font-size:16px;
	font-weight: bold;
	text-shadow:0px 1px 1px rgba(0,0,0,0.5);
}
.title_02 {
	background: #8c9ca9;
	background: -moz-linear-gradient(top, #8c9ca9 0%, #a3b1bc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8c9ca9), color-stop(100%, #a3b1bc));
	background: -webkit-linear-gradient(top, #8c9ca9 0%, #a3b1bc 100%);
	background: -o-linear-gradient(top, #8c9ca9 0%, #a3b1bc 100%);
	background: -ms-linear-gradient(top, #8c9ca9 0%, #a3b1bc 100%);
	background: linear-gradient(to bottom, #8c9ca9 0%, #a3b1bc 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c9ca9', endColorstr='#a3b1bc', GradientType=0 );
	padding:5px 10px;
	color:#FFFFFF;
	font-size:17px;
	font-weight: bold;
	text-shadow:0px 1px 1px rgba(0,0,0,0.5);
}
.bg_01 {
	background: #FDF8E4;
}
.bg_02 {
	background: #FFBCBC;
}
.bg_arrow {
	display: block;
	font-size:14px;
	position: relative;
}
.bg_arrow a {
	display: block;
	padding: 10px 30px 10px 10px;
}
.bg_arrow:after {
	content: url("/smartphone/kyousei/consult/img/bg_arrow.gif");
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -7px;
}
.bg_arrow_nolink {
	display: block;
	font-size:14px;
	position: relative;
	padding: 10px 30px 10px 10px;
	background: #e4e4e4;
}
.list_arrow {
}
.toggle_list ul {
	display: none;
}
.toggle_list_title {
	display: block;
	font-size:14px;
	position: relative;
	background: none repeat scroll 0 0 #fef3f1;
	padding: 10px 20px 10px 10px;
	border-bottom: 1px solid #e5d7d7;
	color: #4b3935;
	position: relative;
}
.toggle_list_title:after {
	content:url("/smartphone/kyousei/qa/img/icon_arrow01.png");
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -11px;
}
.toggle_list_title.closed:after {
 content: content:url("/smartphone/kyousei/qa/img/icon_arrow01.png");
	position: absolute;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	top: 50%;
	right: 10px;
	margin-top: -8px;
}
.qa_question_bg {
	background : url("/img_kyousei/qa/q_mark.gif") no-repeat;
	padding: 0 10px 10px 35px;
}
.qa_question_content {
	background : url("/img_kyousei/qa/q_mark.gif") no-repeat;
	padding: 0 10px 10px 35px;
}
.qa_answer_bg {
	background : url("/img_kyousei/qa/a_mark.gif") no-repeat;
	padding: 0 10px 10px 35px;
}
/* -----------------------------------------------------------------------------
--2015-06-16追加（スマホ_クリップ機能）
----------------------------------------------------------------------------- */

#sec_clip {
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
	bottom: 0;
	position: fixed;
	z-index: 1000;
	width: 100%;
	padding: 5px 0;
}
#sec_clip li {
	float: right;
	width: 49%;
	margin-right: 0.5%;
}
#sec_clip li:first-child {
	width: 49%;
	margin-left: 0.5%;
	float: left;
}
#sec_clip li a {
	display: block;
	border-radius: 6px;
	padding: 8px 0;
	color: #000;
	font-weight: bold;
	text-align: center;
	line-height: 220%;
}
#sec_clip li.hp_btn a {
	background:#ffc0c0;
	color:#000;
	font-size:15px;
	line-height: 200%;
}
/*
#sec_clip li.appoint_btn a {
  background: #D4C294;
}

#sec_clip li.mail_btn a {
  background: #5AC5F3;
}
*/
#sec_clip li.add_clip a {
	background:#9dd03b;
	color:#000;
	font-size:15px;
	line-height: 200%;
}
#sec_clip li.list_clip a {
	background: #F6F6F6;
}
.kento-color {
	background: #F6F6F6;
}
/*
#sec_clip ul li.add_clip {
	background: rgba(0, 0, 0, 0) url("/smartphone/common/img/mypage_add_bg.png") no-repeat right;
    display: inline-block;
    width: 40%;
	}

#sec_clip ul li.add_clip a {
    border-radius: 2px;
    display: block;
    font-weight: bold;
    height: 50px;
    width: 100%;
	}
	
#sec_clip ul li.add_clip a span {
    display: block;
    margin-right: 21px;
    height: 40px;
    padding: 5px 0 5px 5px;
    border-radius: 2px 0 0 2px;
    border-radius: 2px;
	}

#sec_clip ul li.list_clip {
background: #ffffff;
background: -moz-linear-gradient(top,  #ffffff 0%, #b7b7b7 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#b7b7b7));
background: -webkit-linear-gradient(top,  #ffffff 0%,#b7b7b7 100%);
background: -o-linear-gradient(top,  #ffffff 0%,#b7b7b7 100%);
background: -ms-linear-gradient(top,  #ffffff 0%,#b7b7b7 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#b7b7b7 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b7b7b7',GradientType=0 );
    color: #999;
    display: inline-block;
    float: right;
    font-weight: bold;
    width: 55%;
	border-radius: 2px;
	}
	
#sec_clip ul li.list_clip a {
   display: block;
    height: 40px;
    line-height: 40px;
    padding: 5px;
	}
*/


.site-policy {
	background-color: #FF6364;
	color: #FFFFFF;
	padding: 3px 0;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
}
/* menu_btn */


.gnavi-menu .button {
	display: inline-block;
	position: relative;
	padding-right: 16px;
	float: right;
	height: 21px;
	line-height: 21px;
	font-weight: bold;
}
.gnavi-menu .button:after {
	position:absolute;
	content:"";
	width:20px;
	height:20px;
	top:0;
	right:0;
	background:url(/smartphone/implant/img/icon.png) no-repeat 0 -140px;
}
.text_menu_10 {
	font-size: 10px;
}
.btn_color01 {
	background-color:#FF7677;
	border:1px solid #FF4C4C;
	padding:0 6px;
	color:#FFFFFF;
	font-weight:normal;
}
/* -----------------------------------------------------------------------------
--医院HPを見る ＆ 診療予約をする ボタン　20160706
----------------------------------------------------------------------------- */

.hp-reservation_button {
	margin:10px 0 70px 0;
	padding:5px;
	z-index:1000;
}
.top_hp_btn {
	width:49%;
	margin-left:0.5%;
	float:left;
}
.top_hp_btn a {
	background: #ffc0c0;
	line-height: 200%;
	display: block;
	border-radius: 6px;
	padding: 8px 0;
	color: #000;
	font-size:15px;
	font-weight: bold;
	text-align: center;
	box-shadow: 0 2px 0 #351313;
	box-shadow: 0px 2px 0px 0px #ccc;
	-moz-box-shadow: 0px 2px 0px 0px #ccc;
	-webkit-box-shadow: 0px 2px 0px 0px #ccc;
}
.top_resurv_btn {
	width:49%;
	margin-right:0.5%;
	float: right;
}
.top_resurv_btn a {
	background:#9dd03b;
	line-height: 200%;
	display: block;
	border-radius: 6px;
	padding: 8px 0;
	color: #000;
	font-size:15px;
	font-weight: bold;
	text-align: center;
	box-shadow: 0 2px 0 #351313;
	box-shadow: 0px 2px 0px 0px #ccc;
	-moz-box-shadow: 0px 2px 0px 0px #ccc;
	-webkit-box-shadow: 0px 2px 0px 0px #ccc;
}
.clinic-hp_link {
	display:block;
}
.btn-color-yoyaku {
	color:#000;
	font-size:15px;
	background-color:#9dd03b;
	box-shadow: 0 2px 0 #351313;
	box-shadow: 0px 2px 0px 0px #ccc;
	-moz-box-shadow: 0px 2px 0px 0px #ccc;
	-webkit-box-shadow: 0px 2px 0px 0px #ccc;
	margin-bottom: 3px;
}
.btn-color-toiawase {
	color:#000;
	font-size:15px;
	background-color:#9dd03b;
	box-shadow: 0 2px 0 #351313;
	box-shadow: 0px 2px 0px 0px #ccc;
	-moz-box-shadow: 0px 2px 0px 0px #ccc;
	-webkit-box-shadow: 0px 2px 0px 0px #ccc;
	margin-bottom: 3px;
}
/* clinicnews */
.round a {
	color: #3366FF !important;
	text-decoration: none;
}
.nav-list a{
	color:#000 !important;
}

/* -----------------------------------------------------------------------------
--口コミ投稿フォーム
----------------------------------------------------------------------------- */
.form_info a{
	color:#0099CC !important;
}
