@charset "utf-8";
#wrapper{
	margin:0 auto;
	width:100%;
	overflow:hidden;
}
@media only screen and (min-width: 531px){
	#header {
		text-align: center;
		color: #424242;
		width: 100%;
		padding: 0px;
	}
	#header #logo {
		float: left;
		text-align: left;
		margin: 20px 0px 20px 25px;
	}
	#header #logo_mar {
		float: left;
		text-align: left;
		margin: 20px 0px 20px 25px;
	}
	#header #logo img{
		max-width:70%;
	}
	#header #logo_mar img{
		max-width:70%;
	}
	#header #sitemap{
		float: right;
	}
	#header #sitemap a{
		text-decoration:none;
		margin-top: 15px;
		padding: 11px 10px;
		display: block;
	}
	#header #home{
		float: right;
	}
	#header #home a, #header #home_c{
		width: 35px;
		background: url(../img/icon/home.png) no-repeat center center;
		margin-top: 15px;
		padding: 19.5px 5px;
		color: #FFFFFF;
		display: block;
		-webkit-background-size: auto 19px;
		background-size: auto 19px;
	}
	#header #nav .search_title{
		float: right;
	}
	#header #nav .search_title{
		width: 35px;
		background:  url(../img/icon/search.png) no-repeat center center;
		margin-top: 15px;
		padding: 19.5px 5px;
		display: block;
		-webkit-background-size: auto 19px;
		background-size: auto 19px;
	}
	#header #nav .search_title.open{
		background: #EFEFEF url(../img/icon/search_c.png) no-repeat center center;
		display: block;
		-webkit-background-size: auto 19px;
		background-size: auto 19px;
	}
	#header #nav .hm_title{
		display:none;
	}
	#header #nav .search_box {
		text-align: left;
		width: 400px;
		background: #EFEFEF;
		padding: 20px;
		clear: both;
		box-shadow: 0px 0px 5px #CCC;
		-moz-box-shadow: 0px 0px 5px #CCC;
		-webkit-box-shadow: 0px 0px 5px #CCC;
		position: absolute;
		top: 54px;
		right: 0px;
		z-index:100;
		display:none;
	}
	.gsc-search-text input{
		width: 330px;
		padding: 5px;
	}
	#header #nav .toc{
		display: none;
	}
	#header #lang{
		float:right;
		margin-top: 15px;
		padding: 8px 15px;
	}
	#index {
		margin-left: 270px;
		background-color: #FFF;
		padding: 20px 20px 0px 0px;
	}
	#content {
		clear: both;
	}
	#content #logoimg {
		width: 250px;
	}
	#content #modeltitle{
		font-size: 40px;
		margin-bottom: 20px;
	}
	#content #modelname {
		font-weight: bold;
		font-size: 16px;
	}
	#content #model {
		color: #000;
		font-size: 30px;
		font-weight: bold;
	}
	
	#content #modelimg{
		text-align: center;
	}
	#content #modelimg img{
		width: 80%;
		margin: 20px auto 0px auto;
	}
	#footer {
		margin: 40px 0px 0px 0px;
		padding:15px 0px 10px 0px;
		text-align:center;
		color:#FFF;
		border-top: 1px solid #999;
		clear: both;
	}
	#footer #modelname {
		color: #014471;
		font-size: 10px;
		margin-top: 0px;
		margin-left: 0px;
	}
	#footer #copyright {
		color: #000;
		font-size: 9px;
		clear: both;
	}
	.img_left img{
		float: left;
		margin: 15px 30px 0px 0px;
	}
	.img_right img{
		float: right;
		margin: 15px 0px 0px 30px;
	}
}

@media only screen and (max-width: 530px) {
	#header {
		font-size: 12px;
		text-align: center;
		color: #424242;
		width: 100%;
		padding: 0px;
	}
	#header #logo {
		float: left;
		text-align: left;
		margin: 10px 0px 10px 15px;
		width: 70px;
	}
	#header #logo_mar {
		float: left;
		text-align: left;
		margin: 10px 0px 10px 15px;
		width: 150px;
	}
	#header #sitemap{
		display:none;
	}
	#home, #home_c {
		float: right;
	}
	#header #home a, #header #home_c{
		width: 35px;
		background: url(../img/icon/home.png) no-repeat center center;
		padding: 19.5px 5px;
		color: #FFFFFF;
		display: block;
		-webkit-background-size: auto 19px;
		background-size: auto 19px;
	}
	#header #nav .search_title{
		float: right;
	}
	#header #nav .search_title{
		width: 35px;
		background:  url(../img/icon/search.png) no-repeat center center;
		padding: 19.5px 5px;
		display: block;
		-webkit-background-size: auto 19px;
		background-size: auto 19px;
	}
	#header #nav .search_title.open{
		background: #EFEFEF url(../img/icon/search_c.png) no-repeat center center;
		display: block;
		-webkit-background-size: auto 19px;
		background-size: auto 19px;
	}
	#header #nav .hm_title{
		float: right;
		background: none;
		padding: 0px;
	}
	#header #nav .hm_title{
		width: 35px;
		background: url(../img/icon/menu.png) no-repeat center center;
		padding: 19.5px 5px;
		float: right;
		-webkit-background-size: auto 19px;
		background-size: auto 19px;
	}
	#header #nav .hm_title.open{
		background: #EFEFEF url(../img/icon/menu_c.png) no-repeat center center;
		display: block;
		-webkit-background-size: auto 19px;
		background-size: auto 19px;
	}
	#header #nav dd {
		text-align: left;
		width: 280px;
		background: #EFEFEF;
		padding: 10px;
		clear: both;
		box-shadow: 0px 0px 5px #CCC;
		-moz-box-shadow: 0px 0px 5px #CCC;
		-webkit-box-shadow: 0px 0px 5px #CCC;
		position: absolute;
		top: 40px;
		right: 0px;
		z-index:100;
		display:none;
	}
	#header #lang{
		float:right;
		padding: 9.5px 15px;
	}
	.gsc-search-text input{
		width: 215px;
		padding: 5px;
	}
	#content {
		clear: both;
	}
	#content #logoimg {
		width: 50%;
		margin-top:15px;
		margin-left: 10px;
	}
	#content #modeltitle{
		font-size: 30px;
		margin-bottom: 10px;
		margin-left: 10px;
	}
	#content #modelname {
		font-weight: bold;
		font-size: 12px;
		margin-left: 10px;
	}
	#content #model {
		color: #000;
		font-size: 20px;
		font-weight: bold;
		margin-left: 10px;
		margin-bottom: 10px;
	}
	#content #modelimg{
		text-align:center;
	}
	#content #modelimg img{
		max-width: 80%;
		margin-bottom: 2px;
	}
	#footer {
		margin: 20px 0px 0px 0px;
		padding:0px 0px 10px 0px;
		text-align:center;
		color:#FFF;
		border-top: 1px solid #999;
		clear: both;
	}
	#footer #modelname {
		color: #014471;
		font-size: 10px;
		margin-top: 10px;
		margin-left: 0px;
	}
	#footer #copyright {
		color: #000;
		font-size: 9px;
		clear: both;
	}
	.img_left{
		float: none;
		text-align: center;
		margin: 15px auto 0px auto;
		clear:both;
	}
	.img_right{
		float: none;
		text-align: center;
		margin: 15px auto 0px auto;
		clear:both;
	}
}

#bread {
	color: #000;
	font-size: 12px;
	height:33px;
	background: #EFEFEF;
	overflow: hidden;
	zoom: 1;
	clear:both;
}
#bread ul {
	padding: 7px 10px 7px 10px;
	overflow: hidden;
	zoom: 1;
}
#bread ul li {
	float:left;
	margin-right: 7px;
	padding-right: 13px;
	background: url(../img/burette/bread.png) no-repeat right center;
}
#bread ul li:last-child {
	float:left;
	margin-right: 5px;
	padding-right: 10px;
	background: none;
}

.search_box_table{
}
.search_box_table table{
	width:100%;
}
.gsc-search-text{
}
.gsc-search-button a{
	padding: 9px 20px;
	background: #000 url(../img/icon/search_c.png) no-repeat center center;
	-webkit-background-size: auto 16px;
	background-size: auto 16px;
}
#search_result{
	margin: 20px 0px;
}

/*----------------------------------------------------
	共通（back-top）
----------------------------------------------------*/
#back-top {
	position: fixed;
	bottom: 40px;
	right: 10px;
	z-index:1;
}
*html #back-top {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
#back-top a {
	font-size: 12px;
	text-decoration: none;
	color: #000;
	background: #DDD url(../img/icon/top.gif) no-repeat 10px center;
	filter:alpha(opacity=80);
    -moz-opacity:0.80;
    -khtml-opacity: 0.80;
    opacity:0.80;
	padding: 10px 18px 10px 32px;
	text-align: left;
	display: block;
	
}
#back-top a:hover {
	filter:alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.main_title {
	overflow: hidden;
	zoom:1;
	clear: both;
	margin-bottom: 20px;
}
.main_title h1{
	font-weight: bold;
	text-align:left;
	float: left;
}
.main_title + .title,
.main_title + .sub_title,
.main_title + .color_red{
	padding-top: 0px;
	margin-top: 0px;
}
.title {
	padding-top: 20px;
	font-weight: bold;
}
.title_sub{
	margin-top: 20px;
	font-weight: bold;
}
.accent_box_line .title{
	margin-top: 5px;
}
.title_none{
	margin-top: 5px;
	font-weight: bold;
}
.troubled .title{
	margin-top:30px;
	padding: 4px 10px;
	border-bottom: none;
}
.troubled .title h2{
	color:#000000;
}

.sub_title{
	padding-top: 20px;
}
.sub_title h3{
	background: url(../img/burette/sub_title_01.png) no-repeat left 6px;
	padding: 0px 0px 0px 15px;
}

.color_red{
	margin-top:20px;
}
.color_red h3{
	font-weight: bold;
	padding: 5px 15px;
	display:inline-block;
}

.accent_box_line .sub_title{
	font-weight: bold;
	background: none;
	margin-top: 5px;
	padding: 0px 0px 0px 0px;
}
.accent_box_line .sub_title_none{
	font-weight: bold;
	background: none;
	margin-top: 5px;
	padding: 0px 0px 0px 0px;
	border-bottom: none;
}
.accent_box_line .sub_title h3,
.accent_box_line .sub_title_none h3{
	font-weight: bold;
}

.menu .menu{
	margin-left: 20px;
}
.menu .menu .sub_title{
	background: url(../img/burette/sub_title_02.png) no-repeat left 6px;
	margin-top: 15px;
	padding: 0px 0px 0px 15px;
}
.text_right p{
	text-align: right;
}
.text_center p{
	text-align: center;
}
.text + .note {
	margin-top:15px;
}
.note {
	background: url(../img/burette/note_01.png) no-repeat left 7px;
	padding-left: 12px;
	margin-left: 5px;
}
.foot_note .note {
	background: url(../img/burette/foot_note_01.png) no-repeat left 7px;
}
.foot_note_g .note {
	background: url(../img/burette/foot_note_g_01.png) no-repeat left 7px;
}
.note_1, .note_2, .note_3, .note_4, .note_5, .note_6, .note_7, .note_8, .note_9, .note_10,
.note_11, .note_12, .note_13, .note_14, .note_15, .note_16, .note_17, .note_18, .note_19 {
	padding-left: 30px;
	margin-left: 0px;
	clear: both;
	overflow: hidden;
	zoom:1;
}
.foot_note .note_1 {
	background: url(../img/burette/foot_note_01_1.png) no-repeat left 9px;
}
.foot_note .note_2 {
	background: url(../img/burette/foot_note_01_2.png) no-repeat left 9px;
}
.foot_note .note_3 {
	background: url(../img/burette/foot_note_01_3.png) no-repeat left 9px;
}
.foot_note .note_4 {
	background: url(../img/burette/foot_note_01_4.png) no-repeat left 9px;
}
.foot_note .note_5 {
	background: url(../img/burette/foot_note_01_5.png) no-repeat left 9px;
}
.foot_note .note_6 {
	background: url(../img/burette/foot_note_01_6.png) no-repeat left 9px;
}
.foot_note .note_7 {
	background: url(../img/burette/foot_note_01_7.png) no-repeat left 9px;
}
.foot_note .note_8 {
	background: url(../img/burette/foot_note_01_8.png) no-repeat left 9px;
}
.foot_note .note_9 {
	background: url(../img/burette/foot_note_01_9.png) no-repeat left 9px;
}
.foot_note .note_10 {
	background: url(../img/burette/foot_note_01_10.png) no-repeat left 9px;
}
.foot_note .note_11 {
	background: url(../img/burette/foot_note_01_11.png) no-repeat left 9px;
}
.foot_note .note_12 {
	background: url(../img/burette/foot_note_01_12.png) no-repeat left 9px;
}
.foot_note .note_13 {
	background: url(../img/burette/foot_note_01_13.png) no-repeat left 9px;
}
.foot_note .note_14 {
	background: url(../img/burette/foot_note_01_14.png) no-repeat left 9px;
}
.foot_note .note_15 {
	background: url(../img/burette/foot_note_01_15.png) no-repeat left 9px;
}
.foot_note .note_16 {
	background: url(../img/burette/foot_note_01_16.png) no-repeat left 9px;
}
.foot_note .note_17 {
	background: url(../img/burette/foot_note_01_17.png) no-repeat left 9px;
}
.foot_note .note_18 {
	background: url(../img/burette/foot_note_01_18.png) no-repeat left 9px;
}
.foot_note .note_19 {
	background: url(../img/burette/foot_note_01_19.png) no-repeat left 9px;
}

.foot_note_g .note_1 {
	background: url(../img/burette/foot_note_g_01_1.png) no-repeat left 10px;
}
.foot_note_g .note_2 {
	background: url(../img/burette/foot_note_g_01_2.png) no-repeat left 10px;
}
.foot_note_g .note_3 {
	background: url(../img/burette/foot_note_g_01_3.png) no-repeat left 10px;
}
.foot_note_g .note_4 {
	background: url(../img/burette/foot_note_g_01_4.png) no-repeat left 10px;
}
.foot_note_g .note_5 {
	background: url(../img/burette/foot_note_g_01_5.png) no-repeat left 10px;
}
.foot_note_g .note_6 {
	background: url(../img/burette/foot_note_g_01_6.png) no-repeat left 10px;
}
.foot_note_g .note_7 {
	background: url(../img/burette/foot_note_g_01_7.png) no-repeat left 10px;
}
.foot_note_g .note_8 {
	background: url(../img/burette/foot_note_g_01_8.png) no-repeat left 10px;
}
.foot_note_g .note_9 {
	background: url(../img/burette/foot_note_g_01_9.png) no-repeat left 10px;
}
.foot_note_g .note_10 {
	background: url(../img/burette/foot_note_g_01_10.png) no-repeat left 10px;
}
.foot_note_g .note_11 {
	background: url(../img/burette/foot_note_g_01_11.png) no-repeat left 10px;
}
.foot_note_g .note_12 {
	background: url(../img/burette/foot_note_g_01_12.png) no-repeat left 10px;
}
.foot_note_g .note_13 {
	background: url(../img/burette/foot_note_g_01_13.png) no-repeat left 10px;
}
.foot_note_g .note_14 {
	background: url(../img/burette/foot_note_g_01_14.png) no-repeat left 10px;
}
.foot_note_g .note_15 {
	background: url(../img/burette/foot_note_g_01_15.png) no-repeat left 10px;
}
.foot_note_g .note_16 {
	background: url(../img/burette/foot_note_g_01_16.png) no-repeat left 10px;
}
.foot_note_g .note_17 {
	background: url(../img/burette/foot_note_g_01_17.png) no-repeat left 10px;
}
.foot_note_g .note_18 {
	background: url(../img/burette/foot_note_g_01_18.png) no-repeat left 10px;
}
.foot_note_g .note_19 {
	background: url(../img/burette/foot_note_g_01_19.png) no-repeat left 10px;
}

.sub_note .note {
	background: url(../img/burette/sub_note_01.png) no-repeat left 7px;
	margin-left: 20px;
}

.link a{
	font-size: 14px;
	margin-left: 17px;
	display:block;
}
a span{
	text-decoration: none;
	padding-left: 10px;
	margin-left: 5px;
	background: url(../img/burette/link.png) no-repeat left center;
}
#header a span{
	padding-left: 0px;
	margin-left: 0px;
	background: none;
}
.img{
	text-align: center;
	margin: 15px auto 0px auto;
	clear:both;
}
.clear{
	margin-bottom:40px;
	clear:both;
}