@charset "utf-8";
html, body {
    height: 100%;
    -webkit-text-size-adjust: 100%;/*スマホ縦横文字自動調整をオフ*/
}
*{
	padding:0; margin:0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;}

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, 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 {
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;}
h1, h2, h3, h4, h5, h6{
	font-weight: bold;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;}
html{
    overflow-y: scroll;}
blockquote, q {
	quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;}
input, textarea,{
	margin: 0;
	padding: 0;}
ol, ul{
    list-style:none;}
table{
    border-collapse: collapse; 
    border-spacing:0;}
caption, th{
    text-align: left;}
a:focus {
	outline:none;}
.both{
	clear:both;}

table {
	width:100%;}
  
.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;}
	
img {
	font-size:0;
	line-height: 0;
	border:0;
	vertical-align: bottom !important;}
	
.red{color: #a40002;}

/*レスポドロップダウンメニューで使用*/
.clearfix::after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;}
	
.blank a[target="_blank"] {
	padding-right: 24px;
    background: url("../img/share/icn_external.png") no-repeat scroll right center rgba(0, 0, 0, 0);}
a[href^="mailto:"] {
	padding-right: 24px;
    background: url("../img/share/icn_mail.png") no-repeat scroll right center rgba(0, 0, 0, 0);}
a[href$=".xls"], a[href$=".xlsx"] {
	padding-right: 24px;
    background: url("../img/share/icn_excel.png") no-repeat scroll right center rgba(0, 0, 0, 0);}
a[href$=".doc"], a[href$=".docx"] {
	padding-right: 24px;
    background: url("../img/share/icn_word.png") no-repeat scroll right center rgba(0, 0, 0, 0);}
a[href$=".ppt"], a[href$=".pptx"] {
	padding-right: 24px;
    background: url("../img/share/icn_powerpoint.png") no-repeat scroll right center rgba(0, 0, 0, 0);}
a[href$=".zip"] {
	padding-right: 24px;
    background: url("../img/share/icn_zip.png") no-repeat scroll right center rgba(0, 0, 0, 0);}



/*角丸*/	
.maru {
	border-radius: 10px; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; }
/*ボックスシャドウ*/	
.boxshadow {
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;}
/*上付き文字*/	
.sup {
	font-size:80%;
	vertical-align:super;}

.b50{
	float: left;
	width: 50%;}	
.b30{
	float: left;
	width: 33.33333%;}
.b25{
	float: left;
	width: 25%;}
	
/*画像フロート*/
.c_fix{
	overflow: hidden;}
	
.img_left{
	float: left;
	margin: 0px 25px 25px 0px !important;}
.img_right{
	float: right;
	margin: 0px 0px 25px 25px !important;}
	
textarea{
	width: 100%;} 
.input30{
	width: 30%;}
.input50{
	width: 50%;}
.input70{
	width: 70%;}
.input100{
	width: 100%;}
	
.txt110{font-size: 110%;}
.txt120{font-size: 120%;}
.txt140{font-size: 140%;}
.txt160{font-size: 160%;}
.txt180{font-size: 180%;}
.txt200{font-size: 200%;}


.txt_white{ color: #FFF;}
.txt_red{ color: #ba0002;}	

.txt_bold{font-weight: bold;}
.txt_c{text-align: center;}	

.mb50{margin-bottom: 50px;}
.mb45{margin-bottom: 45px;}
.mb40{margin-bottom: 40px;}
.mb35{margin-bottom: 35px;}
.mb30{margin-bottom: 30px;}
.mb25{margin-bottom: 25px;}
.mb20{margin-bottom: 20px;}
.mb15{margin-bottom: 15px;}
.mb10{margin-bottom: 10px;}
.mb5{margin-bottom: 5px;}

.p15{padding: 15px;}
.p20{padding: 20px;}
.p25{padding: 25px;}
.p30{padding: 30px;}

.box_red{
	background: #ba0002;}
	
/* ボックスリスト２列 */
.box_list2{ overflow: hidden; }
		.box_list2>li{
			float: left;
			width: 50%;
			border-bottom:none!important;}
		.box_list2>li:nth-child(2n+1) {
			clear: both; }  /*2つごとフロート解除*/ 
		.box_list2>li .img{
			margin-bottom: 10px;}

/*=タブレット表示=*/	
@media only screen and (max-width: 736px) {
.b50 , .b30, .b25{
	float: none;
	width: 100%;}

/*画像フロート*/
.img_left{
	float: none;
	margin: 0px 0px 10px 0px !important;
	text-align: center;}
.img_right{
	float: none;
	margin: 0px 0px 10px 0px !important;
	text-align: center;}
	
textarea{
	width: 100%;} 
.input30{
	width: 50%;}
.input50{
	width: 100%;}
.input70{
	width: 100%;}
.input100{
	width: 100%;}
	
.txt110{font-size: 105%;}
.txt120{font-size: 110%;}
.txt140{font-size: 120%;}
.txt160{font-size: 130%;}
.txt180{font-size: 140%;}
.txt200{font-size: 150%;}

.mb50{margin-bottom: 25px;}
.mb45{margin-bottom: 22px;}
.mb40{margin-bottom: 20px;}
.mb35{margin-bottom: 17px;}
.mb30{margin-bottom: 15px;}
.mb25{margin-bottom: 12px;}
.mb20{margin-bottom: 10px;}
.mb15{margin-bottom: 7px;}
.mb10{margin-bottom: 5px;}
.mb5{margin-bottom: 3px;}

.p15{padding: 7px;}
.p20{padding: 10px;}
.p25{padding: 12px;}
.p30{padding: 15px;}

.box_list2 li{
	float: none;
	width: 100% !important;}
	
		
	}
