@charset "utf-8";

#main{
float: none!important;
	width: auto!important;
}

.column2R #main {
	float: none;
	width: auto;
}

#comp_case {
	width: 900px;
	margin: 30px auto;
	text-align: left;
	color: #111111;
	font-size: 14px;
}

#comp_case h1,
#comp_case h3 {
	margin: 16px 0 10px 0;
}

#comp_case h2 {
	margin: 18px 0 9px 0;
	font-size: 18px;
	border: solid 1px #55C7DF;
	background: #C9EDF5;
	padding: 6px 8px 4px 8px;
}

#comp_case .case_info,
#comp_case .case_select {
	margin-bottom: 20px;
	padding: 10px;
}

#comp_case .case_info .case_infoBox p {
	width: 630px;
	margin-right: 20px;
}

#comp_case .case_info .case_infoBox img{
	position: absolute;
	margin-left: 655px;
}

#comp_case .case_list {
	margin: 60px 0 30px 0;
}

#comp_case .case_listbox_all {
	margin-bottom: 45px;
}

#comp_case .case_listbox_all img {
	margin: 5px 2px;
}

#comp_case .case_listbox {
	margin-bottom: 15px;
}

#comp_case .case_select p span {
	color: #EE0000;
}

#comp_case .case_select img {
	margin: 20px 0 40px 0;
}


#comp_case .topLink {
	text-align: right;
}

#comp_case .pc { display: block;}
#comp_case .sp { display: none;}

/*-------------------------------------

	ボックスが伸びるおまじない

---------------------------------------*/

.cl {
	display: inline-block;
}

.cl:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}


/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px){
/*-------------------------------------
　新ヘッダー　151126～
---------------------------------------*/
#Header {
	min-width: 320px;
}
#Header .inner {
	height: 40px;
	width: 100%;
}
#Header .logo {
	position: static;
}
#Header .logo img {
	height: auto;
	width: 50%;
}
#Header h1,
#Header ul.navi,
#Header .keyword,
#Header .btn,
#Globalnavi,
.leadSection,
.leadSectionInner,
.breadCrumb {
	display: none !important;
}
	
/*-------------------------------------
　全体設定
---------------------------------------*/
body {
	min-width: 320px!important;
	min-width:100% !important;
}
#headerBody {
	width:98% !important;
}
#headerBody .tagLine {
	display:none;
}
#headerBody .head_lead {
	position:static !important;
	text-align: center;
}
.head_lead {
	display:none;
}
#navBot{
	display:none;
}
#navMid .navMid_right,
#navMid .navMid_center,
#headBtn,
#siteNav,
.head_lead .mobileLink {
	display:none !important;
}
#navMid img {
	width:70%;
}
#headsearchBox {
	display:none;
}
#headsearchBox #inputBox {
	width:83%;
}
#headsearchBox #btnBox {
	width:15%;
}
#container, #wrapper {
	width:100% !important;
}
#main img {
	max-width:100%;
	height:auto;
}

/*-------------------------------------
　ページ設定
---------------------------------------*/
#comp_case {
	margin-top: 10px;
    width: 100%;
}
	
#comp_case .pc { display: none;}
#comp_case .sp { display: block;}
	
/*タイトル*/
#comp_case h3 {
	background: url(/5info/img/comp_case/bg_title.jpg) repeat-x center left;
	background-size: contain;
	color: #fff;
	font-weight: normal;
	padding: 10px 5px 8px 60px; 
	position: relative;
	font-size: 18px;
}
#comp_case h3::after {
	position: absolute;
  content: '';
	width: 20px;
	height: 100%;
	/*Other Browser*/ background: #006fb7; 
	/*For Old WebKit*/ 
	background : -webkit-linear-gradient(top, #fff, #25c2ed, #006fb7); 
	/*For Modern Browser*/
	background :  linear-gradient(to bottom, #fff, #25c2ed, #006fb7);
	-webkit-transform: skewX(-20deg);
	transform: skewX(-20deg);
	top:0;
	left:10px;
}
#comp_case h3::before {
	position: absolute;
  content: '';
	width: 10px;
	height: 100%;
	/*Other Browser*/ background: #006fb7; 
	/*For Old WebKit*/ 
	background : -webkit-linear-gradient(top, #fff, #25c2ed, #006fb7); 
	/*For Modern Browser*/
	background :  linear-gradient(to bottom, #fff, #25c2ed, #006fb7);
	-webkit-transform: skewX(-20deg);
	transform: skewX(-20deg);
	top:0;
	left:35px;
}

#comp_case h3 span { font-size: 12px; display: block;}
	
#comp_case .case_listbox_all img {
	max-width: 48%;
	height: auto;
}
	
/*-------------------------------------
　フッター周り
---------------------------------------*/

		/*--------------------------
		　レスポンシブ対応フッタ
		----------------------------*/
		#pagetop {
			bottom: 10px;
			right: 10px;
		}
		
		.footerTagline {
			margin-bottom: 4px;
			padding: 0% 2%;
			text-align: left;
			font-size: 90%;
			line-height: 140%;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			-o-box-sizing: border-box;
			-ms-box-sizing: border-box;
		}
		
		.footerTagline,
		#footer,
		#footerNav2,
		#footerLinks #footerLinks_Nav,
		#footerLinks #footerLinks_NavParts,
		#footerCopy,
		#footerCopy p.copyright {
			width: 100%;
			min-width: 100%;
			font-size:12px;
		}
		
		#footer {
			padding: 9px 0px 7px 0px;
		}
		
		#footerLinks {
			display: none;
		}
		#footerLinks ul {
			float: none;
		}
		
		#footerCopy p.copyright a {
			display: block;
			margin-bottom: 7px;
		}
		
		#footerLinks ul {
			margin: 12px 0px 0px 5px;
		}
		
		#footerLinks ul li {
			display: inline-table;
			width: 45%;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			-o-box-sizing: border-box;
			-ms-box-sizing: border-box;
		}
		
		#footerLinks ul li.catName,
		#footerLinks ul li.noLink {
				width: 90%;
		}
		
		#footerNav2 ul {
			margin: 0% 4%;
		}
		
		body #footerNav2 li {
			display: inline-table;
			width: 49%;
			margin: 0px 0px 9px 0px;
			padding: 0px;
			border-left: none;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			-o-box-sizing: border-box;
			-ms-box-sizing: border-box;
		}
		
		#footerNav2 li:first-of-type {
			margin-bottom: 9px !important;
		}
		
		#splink_footer {
			display: none !important;
		}
		
		#footerCopy p.copyright {
			text-align: center;
			font-size: 80%;
		}
		body #footerCopy {
			min-width: 100%;
		}		
		.pageLink {
			margin: 0;
			padding:0;
		}
	
}/*消さない*/