@charset "utf-8";

/* -------------------------
Reset CSS
---------------------------- */

/* http://meyerweb.com/eric/tools/css/reset/
 v2.0 | 20110126
 License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
strong {
font-weight: bold;
}
img {
vertical-align: top;
font-size: 0;
line-height: 0;
}

/* -------------------------
Clearfix
---------------------------- */

.clearFix:before,
.clearFix:after {
    content:"";
    display:table;
}
 
.clearFix:after {
    clear:both;
}

/* -------------------------
Margin & Padding
---------------------------- */

.mt0 { margin-top: 0px !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt45 { margin-top: 45px !important; }
.mt50 { margin-top: 50px !important; }

.mr0 { margin-right: 0px !important; }
.mr5 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }
.mr45 { margin-right: 45px !important; }
.mr50 { margin-right: 50px !important; }
 
.mb0 { margin-bottom: 0px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }

.ml0 { margin-left: 0px !important; }
.ml5 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }
.ml45 { margin-left: 45px !important; }
.ml50 { margin-left: 50px !important; }

.pt0 { padding-top: 0px !important; }
.pt5 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt35 { padding-top: 35px !important; }
.pt40 { padding-top: 40px !important; }
.pt45 { padding-top: 45px !important; }
.pt50 { padding-top: 50px !important; }

.pr0 { padding-right: 0px !important; }
.pr5 { padding-right: 5px !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }
.pr25 { padding-right: 25px !important; }
.pr30 { padding-right: 30px !important; }
.pr35 { padding-right: 35px !important; }
.pr40 { padding-right: 40px !important; }
.pr45 { padding-right: 45px !important; }
.pr50 { padding-right: 50px !important; }

.pb0 { padding-bottom: 0px !important; }
.pb5 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb35 { padding-bottom: 35px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb45 { padding-bottom: 45px !important; }
.pb50 { padding-bottom: 50px !important; }

.pl0 { padding-left: 0px !important; }
.pl5 { padding-left: 5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }
.pl35 { padding-left: 35px !important; }
.pl40 { padding-left: 40px !important; }
.pl45 { padding-left: 45px !important; }
.pl50 { padding-left: 50px !important; }


/* -------------------------
Font
---------------------------- */

html{
	font-size: 62.5%; /* Base Font Size: 10px */
}

body {
	font-size: 1.2rem;
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
}

/* -------------------------
Layout
---------------------------- */

body > .wrapper { /* Offset Header Hight */
	padding-top: 90px;
}

body > a#anchorToPcInSp { /* Element of jquery.Pc2Sp.js */
	display:none;
}

#header {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 900;
}

	#header > .body,
	#header > .body > p {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	
	#header > .body {
		width: 100%;
		height: 58px;
		margin: 0 auto;
		background: #FFF url(./../img/header_bg.png) repeat-x left bottom;
		background-size: 320px auto;
		border-bottom: 1px solid #E5E5E5;
		display: table;
	}
	
		#header .ci {
			width: 108px;
			padding-top: 2px;
			padding-left: 10px;
			display: table-cell;
			vertical-align: middle;
		}
		
			#header .ci a {
				display: block;
			}
		
		#header .summary {
			width: auto;
			display: table-cell;
			vertical-align: middle;
			font-size: 0.8rem;
			line-height: 1.2;
			color: #333;
		}
		
		#header .button#btnFbPage,
		#header .button#btnMenu {
			width: 53px;
			display: table-cell;
			border-left: 1px solid #EEE;
		}
		
			#header .button#btnFbPage a,
			#header .button#btnMenu a {
				display: block;
			}

				#header .button#btnFbPage a img,
				#header .button#btnMenu a img {
					width: auto;
					height: 58px;
				}

	#header .entry {
		width: 100%;
		height: 32px;
	}

		#header .button#btnEntry a {
			padding: 10px;
			background: #E5187D url(./../img/header_entry_bg.png) no-repeat right bottom;
			background-size: auto 30px;
			font-size: 1.2rem;
			line-height: 1.2;
			color: #FFF;
			text-align: center;
			text-decoration: none;
			display: block;
		}

		#header .button#btnEntry a span {
			padding-left: 15px;
			background: transparent url(./../img/header_entry_a_bg.png) no-repeat left center;
			background-size: 12px;
		}

	#header .nav {
		width: 100%;
		background: #FFF;
		border-bottom: 1px solid #EEE;
		position: absolute;
		left: 0;
		top: 59px;
		z-index: 950;
		
		display: none;
	}
	
		#header .nav .button#btnHome {
			width: 100%;
			min-height: 35px;
			background: #FFF url(./../img/header_nav_btn_bg.png) no-repeat right bottom;
			background-size: auto 18px;
		}

			#header .nav .button#btnHome a {
				padding: 12px 0 12px 25px;
				background: transparent url(./../img/header_nav_btn_home_a_bg.png) no-repeat 10px center;
				background-size: 10px;
				font-size: 0.8rem;
				line-height: 1.2;
				color: #333;
				text-decoration: none;
				display: block;
			}

		#header .nav .menu {
			width: 50%;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			-ms-box-sizing: border-box;
			box-sizing: border-box;
			float: left;
		}

		#header .nav .menu.medical {
			border-left: 1px solid #EEE;
		}

		#header .nav .menu li {
			min-height: 35px;
			border-top: 1px solid #EEE;
			background: #FFF url(./../img/header_nav_btn_bg.png) no-repeat right bottom;
			background-size: auto 18px;
		}

		#header .nav .menu li.label {
			min-height: 25px;
		}

			#header .nav .menu li.label span {
				padding: 7px 0 7px 17px;
				background: transparent url(./../img/header_nav_label_bg.png) no-repeat 10px center;
				background-size: 4px;
				font-size: 0.8rem;
				line-height: 1.2;
				color: #999;
				display: block;
			}

			#header .nav .menu li.button a {
				padding: 12px 0 12px 23px;
				background: transparent no-repeat 10px center;
				background-size: 10px;
				font-size: 0.9rem;
				line-height: 1.2;
				color: #333;
				text-decoration: none;
				display: block;
			}

			#header .nav .menu.randd li.button a {
				background-image: url(./../img/header_nav_btn_randd_a_bg.png);
				color: #3598DB;
			}

			#header .nav .menu.medical li.button a {
				background-image: url(./../img/header_nav_btn_medical_a_bg.png);
				color: #D668A1;
			}

#content > .section {
	clear: both;
}

	#content .search {
		width: 290px;
		margin: 0 auto;
		padding: 20px 0;
		text-align: center;
	}
	
		#content .search li.column02 .label {
			margin-top: 6px;
		}

		#content .search .button {
			margin-top: 12px;
			padding-bottom: 8px;
			background: transparent url(./../img/search_btn_bg.png) no-repeat center bottom;
			background-size: auto 8px;
		}
	
			#content .search .button a {
				display: block;
			}

.article #content {
}

	.article #content > .visual {
	}
	
		/* Portrait Mode */
		@media screen and (orientation: portrait) {
			.article #content .visual.landscape {
				display: none;
			}
		}
		
		/* Landscape Mode */
		@media screen and (orientation: landscape) {
			.article #content .visual.portrait {
				display: none;
			}
		}
			
			.article #content .visual .copy img {
				width: 100%;
				height: auto;
			}
	
	.article #content > .point {
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	}

		.article #content > .point > .heading {
			padding-bottom: 12px;
		}

		.article #content > .point > .body .list {
			margin-top: -5px;
		}

			.article #content > .point > .body .list li {
				margin-top: 5px;
				background: #FFF url(./../img/content_point_btn_bg.png) no-repeat right bottom;
				background-size: 200px 25px;
				-webkit-border-radius: 3px;
				-moz-border-radius: 3px;
				border-radius: 3px;
			}
				
				.article #content > .point > .body .list li.link p {
					width: 100%;
					background: transparent no-repeat left center;
					background-size: auto 55px;
					font-size: 1.2rem;
					font-weight: bold;
					line-height: 1.4;
					display: table;
				}
				
				.article #content > .point > .body .list li.link p a {
					height: 45px;
					padding: 5px 10px 5px 62px;
					background: transparent no-repeat left center;
					background-size: auto 100%;
					text-decoration: none;
					display: table-cell;
					vertical-align: middle;
				}
				
					.article #content > .point > .body .list li.link p a span {
						padding-left: 12px;
						background: transparent no-repeat left center;
						background-size: 9px;
						display: inline-block;
					}

				.article #content > .point > .body .list li.text {
					width: 100%;
					background: rgba(255, 255, 255, 0.65) ;
					display: table;
				}

					.article #content > .point > .body .list li.text p {
						height: 45px;
						min-height: 45px;
						padding: 5px 10px 5px 62px;
						background: transparent no-repeat left center;
						background-size: auto 55px;
						font-size: 1.2rem;
						font-weight: bold;
						line-height: 1.4;
						display: table-cell;
						vertical-align: middle;
					}
				
				/* Color Variation */
				
				.article.rd #content > .point > .body .list li.link.link01 p a,
				.article.rd #content > .point > .body .list li.text.text01 p {
					color: #E06C6E;
				}

				.article.rd #content > .point > .body .list li.link.link02 p a,
				.article.rd #content > .point > .body .list li.text.text02 p {
					color: #E58159;
				}

				.article.rd #content > .point > .body .list li.link.link03 p a,
				.article.rd #content > .point > .body .list li.text.text03 p {
					color: #C78A70;
				}

				.article.md #content > .point > .body .list li.link.link01 p a,
				.article.md #content > .point > .body .list li.text.text01 p {
					color: #4BBB7D;
				}

				.article.md #content > .point > .body .list li.link.link02 p a,
				.article.md #content > .point > .body .list li.text.text02 p {
					color: #92C155;
				}

				.article.md #content > .point > .body .list li.link.link03 p a,
				.article.md #content > .point > .body .list li.text.text03 p {
					color: #57C2BC;
				}

					.article.rd #content > .point > .body .list li.link.link01 p a span {
						background-image: url(./../img/content_point_rd_btn_a_bg1.png);
					}

					.article.rd #content > .point > .body .list li.link.link02 p a span {
						background-image: url(./../img/content_point_rd_btn_a_bg2.png);
					}

					.article.rd #content > .point > .body .list li.link.link03 p a span {
						background-image: url(./../img/content_point_rd_btn_a_bg3.png);
					}

					.article.md #content > .point > .body .list li.link.link01 p a span {
						background-image: url(./../img/content_point_md_btn_a_bg1.png);
					}

					.article.md #content > .point > .body .list li.link.link02 p a span {
						background-image: url(./../img/content_point_md_btn_a_bg2.png);
					}

					.article.md #content > .point > .body .list li.link.link03 p a span {
						background-image: url(./../img/content_point_md_btn_a_bg3.png);
					}

#footer {
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../images/footer_bg.png);
	background-color: #5F5F5F;
	background-size: 320px auto;
}

	#footer > .body {
		width: 100%;
		padding: 25px 15px 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

		#footer .list li {
			border-top: 1px solid #7F7F7F;
		}

			#footer .column .list li a {
				padding: 10px 0;
				font-size: 0.9rem;
				line-height: 1.2;
				color: #FFF;
				text-decoration: none;
				display: block;
			}

		#footer .column.related .heading {
			font-size: 0.9rem;
			line-height: 1.2;
			color: #CCCCCC;
		}

		#footer .column.info {
			margin-top: 15px;
		}

		#footer .column.info .list {
			border-bottom: 1px solid #7F7F7F;
		}

		#footer .related .list,
		#footer .related .list li,
		#footer .related .list li a {
			padding: 0;
			border: none;
		}

		#footer .info .copy {
			padding-top: 15px;
			font-size: 0.8rem;
			line-height: 1.2;
			color: #CCCCCC;
		}
        #footer .info .copy img {
			padding-right: 12px;
		}

/* Fix: Google Remarketing Tag's Margin */

body > img[width="1"],
body > iframe[name="google_conversion_frame"] {
	position: absolute;
	top: 0;
}
