﻿/**********************************************************************
プレスリリースページ専用　レスポンシブ対応CSS

2017.11　新規作成 （PC表示＋スマホ共通装飾、基本レイアウト）
**********************************************************************/

/* クローム用背景印刷強制　*/
@media print {
 body {
 -webkit-print-color-adjust: exact;
 }
} 

@media all {
	*{
		margin: 0;
		padding: 0;
		font-size: 100%;
	}

	*, *:before, *:after {
	    -webkit-box-sizing: border-box;
	       -moz-box-sizing: border-box;
	         -o-box-sizing: border-box;
	        -ms-box-sizing: border-box;
	            box-sizing: border-box;
	}

	body{
		font-size: 75%;
		color: #333;
		font-family: "メイリオ", Meirio, "ＭＳ Ｐゴシック", Osaka, sans-serif;
		padding-top:1em;
	}

	#Container,	
	#ContentsArea,
	#FootArea{	
		width: 680px;
		margin:1em auto;	
	}

	html>/**/body{ font-size: 12px; }
	li, dl{ line-height: 1.5; }	
	p{ margin:0 0 0.5em 0;line-height: 1.5; }			
	img{ border: none; }	
	.clear{ clear: both; }	

	ul{list-style: none;}
	
	ol.decimal{
		margin:1em;
		padding-left: 25px;
		list-style: decimal;
	}
	
	ul.disc{
		margin:1em;
		padding-left: 20px;
		list-style: disc;
	}

	ol.list_parentheses{
	  	padding:0 0 0 30px;
	  	margin:0;
	}
	 
	ol.list_parentheses li{
	 	list-style-type:none;
	  	list-style-position:inside;
	  	counter-increment: cnt;
	  	text-indent:-1.8em;
	}
	ol.list_parentheses li:before{
	  	display: marker;
	  	content: "(" counter(cnt) ") ";
	}

	
	a:link   { color: #003399; text-decoration: none; }
	a:visited{ color: #003399; text-decoration: none; }
	a:hover  { text-decoration: underline; }
	a:active { text-decoration: underline; }

	/*----- header -----*/		
	#header{
		margin-bottom:1em;
	}

	#header2{
		background:url(../../../common/img/hd_bg_line_simple.gif) no-repeat center bottom;
		margin-bottom:3em;
	}


	/*----- 日付 -----*/		
	.sign {
		margin: 15px 0;
		font-size: 120%;
		text-align: right;
		line-height: 1.6em;
	}
		
	/*----- 本文 -----*/
	.message {
		font-size: 120%;
		text-align: left;
		line-height: 1.4em;
	}

	/*----- 角丸 -----*/
	.line_box2{
		border:1px solid #110e5d;
		padding:20px;
		border-radius:10px;
	}

	.type02{
		background:#fde9d9;
		font-weight:bold;
		padding:2px 12px;
		display:inline-block;
	}	
		
	.color1{
		color:#110e5b;
	}
	
	.lihe li{
		line-height:2;
	}
	
	.tbl{
		margin:1em auto;
		width:100%;
		box-sizing:content-box;
	}
	
	.tbl th{
		padding:5px 0;
		vertical-align:top;
		white-space:nowrap;
	}

	.tbl td{
		padding:5px 0;
		vertical-align:top;
	}

	.tbl2 {
		margin: -15px auto 30px;
		width: 100%;
	}

	.tbl2 th{
		padding: 5px 0;
		white-space: nowrap;
		text-align: left;
		vertical-align: top;
	}

	.tbl2 td{
		padding: 5px 0;
		text-align: left;		
	}

	.tbl3 {
		margin: 0 auto 30px;
		width: 70%;
	}

	.tbl3 th{
		padding: 5px 0;
		white-space: nowrap;
		text-align: left;
		vertical-align: top;
	}

	.tbl3 td{
		padding: 5px 0;
		text-align: left;	
		vertical-align: top;	
	}
	
	.larger{
		font-size:120%;
	}

	.xxlarger{
		font-size:140%;
	}

	.br-pc {
		display: block;
	}

	/*----- 以上 -----*/
	.thats-all{
		text-align:right;
		margin:2em 0;
	}
	
	/*--- 資料 ----*/
	.source{
		font-size:70%;
		vertical-align:top;
	}
	
	.source_box{
		margin:2em 1em;
		font-size:80%;	
	}
	
	.source_box p{
		letter-spacing:.1em;
		text-indent:-1em;
		line-height:1.4;
	}
	
	/*--- 文字装飾　マージン　文字ぞろえ ----*/	
	h1{
		font-size:160%;
		background:#110e5d;
		color:#fff;
		margin:0 0 1em;
		text-align:center;
	}
		
	h2{
		font-size:140%;
		text-align:center;
	}
	
	h2 span{
		font-size:90%;
		font-weight:normal!important;
	}

	h2 span.smaller{
		font-size:90%;
		font-weight:bold!important;
	}

	.fs90b{
		font-size:90%;
		font-weight:bold!important;
	}

	h3{
		margin:20px 0;
		color:#110e5d;
	}
	
	h4{
		background:#e0dcc9;
		margin:1em 0;
		padding:.2em .5em;
	}

	.blueTxt{
		color:#110e5d;
		font-weight:bold;
	}
	
	.redTxt{
		color:#c00000!important;
	}

	.greenTit{
		background:#eaf1dd;
		padding:.2em .5em;
		font-weight:bold;
	}
	
	.blueTit{
		background:#dbe5f1;
		padding:.2em .5em;
		font-weight:bold;
	}
	
	.greenTit span,
	.blueTit span{
		background:none;
		font-weight:normal;
	}
	
	.marT20{
		margin-top:2em;
	}

	.marL10{
		margin-left:1em;
	}


	.haihu{	
		font-size:90%;
		color:#990000;
	}

	.redbolder{	
		color:#990000;
		font-weight:bold;
	}
	
	.bolder{
		font-weight:bold;
	}
	
	.underline{
		text-decoration:underline!important;
	}
	
	.red_underline{
		border-bottom:1px solid #c00000;
	}
	
	.alignC{
		text-align:center;
	}
	
	/*--- フッター ----*/
	#FootArea {
	    width: 680px;
	    margin: 1em auto;
	}	
	
	#ft-Copylight{
		padding-top: 10px;
		width:291px;
		margin:0 auto;
	}

	.img-responsive {
	    display: block;
	    max-width: 100%;
	    height: auto;
	}	

	/* お問い合わせ　*/
	.inquiry_box{
		margin:1em auto;
		border:3px solid #110e5d;
		padding:20px 10px;
		text-align:center;
	}

	/* スマホだけ改行　*/	
	.visible-xs-block{
	  	display:none;
	 }

	/* 青2重線　カド角　*/	
	.line_box{
		border:1px solid #110e5d;
		padding:10px 10px 5px;
	}

	/* （）数字対応　*/
	ol.parentheses1 {
		margin-left: 3.5em; /* サイトに合せて調整 */
	}
	 
	ol.parentheses1 li {
		list-style-type: none;
		counter-increment: cnt;
		margin-bottom: 1em;
	}
	 
	ol.parentheses1 li::before {
		content: "(" counter(cnt) ")";
		display:inline-block;
		margin-left:-2em; 
		width: 2em;
	}

	ol.parentheses1 li ul.disc {
		margin-left: 0;
	}

	ol.parentheses1 li ul.disc li{
		margin-left: 0;
		list-style-type: disc;
	}

	ol.parentheses1 li ul.disc li:before {
		content: "";
		width: auto;
		margin-left: 0;
	}

	/* 1.2の数字対応　*/
	ol.number {
		margin-left: 1.5em; /* サイトに合せて調整 */
	}
	 
	ol.number li {
		list-style-type: decimal;
	}



/* 以下は2017.11.21のプレスリリースに使用　*/

	/* 青2重線　角丸囲み　*/	 
	.line_box01,
	.line_box02{
		border:3px double #110e5d;
		border-radius:10px;
		padding:10px;
		margin:0 auto 1em;
		width:100%;
	}
	
	.line_box01 p{
		margin-left:1em;
	}
	
	.line_box01 ul{
		width:90%;
		margin:0 auto;
		text-align:left;
	}
	
	.line_box01 ul li{
		line-height:1.6;
		margin-bottom:.5em;
		text-indent:-1em;
	}
		
	.line_box02 p{
		margin-left:4em;
	}
	
	.line_box02 ul{
		width:80%;
		margin:0 auto;
		text-align:left;
	}	
	
/* 以下は2017.12.6のプレスリリースに使用　*/
	.fs80{
		font-size:80%;
	}
	
	.kakomi {
		display:inline-block;
	    border: 1px solid #555;
	    text-align: center;
	    padding: 0 5px;
	    margin:.5em 0;
	}
	
	.line_box03{
		clear:both;
		border:3px double #110e5d;
		border-radius:10px;
		padding:10px;
		margin:0 auto 1em;
		width:100%;
		position:relative;
	}
	
	.line_box03 p{
		margin-left:1em;
	}
	
	.line_box03 ul{
		width:90%;
		margin:0 auto;
		text-align:left;
	}
	
	.line_box03 ul li{
		line-height:1.6;
		margin-bottom:.5em;
		text-indent:-1em;
	}
	
	.line_box04{
		border:3px double #110e5d;
		border-radius:10px;
		padding:10px;
		margin:0 auto 1em;
		width:90%;
	}
	
	.line_box04 p{
		margin-left:4em;
	}
	
	.line_box04 ul{
		width:85%;
		margin:0 auto;
		text-align:left;
	}
	
	.graph img,
	.graph_box02,
	.graph_box03{
		display:none;
	}
	
	.print{
		float:right;
		margin:-30px 0 20px;
	}
	
	.page{
		font-size:90%;
		letter-spacing:.05em;
	}

	.sub{
		font-size:80%;
		vertical-align:bottom;
	}

	.sub_t{
		font-size:80%;
		vertical-align:top;
	}

	dl.ronbun{
		width:95%;
		margin:1em auto;
		overflow:hidden;
	}
	
	dl.ronbun dt{
		float:left;
		width:10%;
	}
	
	dl.ronbun dd{
		float:left;
		width:90%;
	}

	/* 080615プレスリリース用 */
	.press_box{
		width:65%;
		margin:1em auto 2em;
	}

	.press_box .disc{
		margin-left:2em;
	}
	
	.press_box .disc li{
		list-style:none!important;
	}

	/* 200619プレスリリース用 */
	.press_box2{
		width:40%;
		margin:1em auto 2em;
	}

	.press_box2 p{
		margin-left:2em;
	
	}
		
}
	
@media screen and (max-width: 768px) {
	.visible-xs-block{ /* スマホだけ改行させるタグ brにいれる　*/
	  	display:block;
	 } 

	#Container,
	#header,
	#ContentsArea {
		width: 100%;
		margin: 1em auto;
	}

	#header img{
		margin-left:.5em;
	}

	h1{
		padding:2px 0;
	}
	
	h2{
		line-height:1.4;
	}

	.section{
		width:98%;
		margin:1em auto;
	}
	
	.disc li{
		font-size:90%;
	}
	
	.line_box01,
	.line_box02,
	.line_box03{
		display:none;	
	}

	.line_box02 p {
		display:none;	
	}

	.line_box01 img{
		display:none;	
	}

	.line_box02 ul {
	    width: 100%;
	    margin: 0 auto;
	    text-align: left;
	}
	
	.line_box01 ul li{
		display:none;	
	}

	.line_box02 ul li{
		display:none;	
		
	}
	
	/* お問合せ　*/
	.inquiry_box{
		padding:10px;
		width:98%;
		font-size:90%;
	}
	
	/* Footer */
	#FootArea {
	    width:291px;
	    margin:0 auto;
	}
	
	#ft-Copylight{
		padding-top: 10px;
		text-align: center;
	}

	/* 171206 */
	.graph_box02,
	.graph_box03{
		width:100%;
		margin:1em auto;
		border: none;
		display:block;
	}
	
	.line_box03{
		display:none;
	}
	
	.tbl3 {
		width: 100%;
	}
	

}
	
	