/* Y'S GEAR : method_detail.css */


/*======================================================================*
 *  [ way ] 
 *======================================================================*/

.contentsWidth .ttl {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 10px 21.91780822%;
	width: 78.08219178%;
}
.contentsWidth .ttl span {
	font-size: 13px;
	font-size: 1.3rem;
}

.contentsWidth .img {
	float: left;
	margin: -25px 0 25px 0;
	width: 21.91780822%;
}

.contentsWidth .way {
	background: #f4f3f3;
	border-left: 3px solid #d0d0d0;
	box-sizing: border-box;
	float: right;
	font-size: 13px;
	font-size: 1.3rem;
	margin-bottom: 25px;
	padding: 15px 15px 0 0;
	width: 78.08219178%;
}
.contentsWidth .way dl {
	box-sizing: border-box;
	float: left;
	padding: 0 0 15px 15px;
	width: 50%;
}
.contentsWidth .way dt, 
.contentsWidth .way dd {
	margin-left: 40px;
}
.contentsWidth .way dt {
	margin-bottom: 5px;
	text-indent: -40px;
}
.contentsWidth .way dt img {
	margin-right: 5px;
	vertical-align: middle;
}
.contentsWidth .way dd a {
	background:  url(../img/icon-way.gif) left 0.6em no-repeat;
	display: inline-block;
	margin-bottom: 0.5em;
	padding-left: 12px;
	text-decoration: underline;
}
.contentsWidth .way dd a:hover {
	text-decoration: none;
}


/*======================================================================*
 *  [ model ] 
 *======================================================================*/

.contentsWidth .model {
	border-top: 5px solid #000;
	margin: 40px 0;
	padding-top: 20px;
}


/*======================================================================*
 *  [ section ] 
 *======================================================================*/

.contentsWidth .section {
	clear: both;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}

.contentsWidth .section h3 {
	background: url(../img/ttl-h3.gif) 6px top repeat-y #fedce1;
	border-top: 5px solid #fedce1;
	border-bottom: 5px solid #fedce1;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 25px 0 15px 0;
	padding: 0 10px 0 15px;
}

.contentsWidth .section h4 {
	background: none;
	clear: both;
	color: #996600;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
}

.contentsWidth .section .clear {
	clear: both;
}

.contentsWidth .section p {
	margin: 15px 0;
}

.contentsWidth .section p.txt {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.4;
	margin: 10px 0 15px 0;
}

.contentsWidth .section ol {
	position: relative;
}
.contentsWidth .section ol li {
	color: #fff;
	line-height: 20px;
	padding-left: 30px;
}
.contentsWidth .section ol li.li1 {
	background: url(../img/icon-1.gif) 5px top no-repeat;
}
.contentsWidth .section ol li.li2 {
	background: url(../img/icon-2.gif) 5px top no-repeat;
}
.contentsWidth .section ol li.li3 {
	background: url(../img/icon-3.gif) 5px top no-repeat;
}
.contentsWidth .section ol li.li4 {
	background: url(../img/icon-4.gif) 5px top no-repeat;
}
.contentsWidth .section ol li.li5 {
	background: url(../img/icon-5.gif) 5px top no-repeat;
}
.contentsWidth .section ol li.li6 {
	background: url(../img/icon-6.gif) 5px top no-repeat;
}
.contentsWidth .section ol li.li7 {
	background: url(../img/icon-decimal.gif) 5px top no-repeat;
}
.contentsWidth .section ol li p {
	color: #000;
	font-size: 15px;
	font-size: 1.5rem;
}
.contentsWidth .section ol li a {
	color: #cc1533;
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	text-decoration: underline;
}
.contentsWidth .section ol li a:hover {
	text-decoration: none;
}

.contentsWidth .section img {
	margin-bottom: 25px;
}
.contentsWidth .section img.right {
	float: right;
	margin-left: 20px;
}
.contentsWidth .section img.left {
	float: left;
	margin-right: 20px;
}
.contentsWidth .section img.icon {
	margin: 0 2px;
}


/*======================================================================*
 *  [ normal ] 
 *======================================================================*/

.contentsWidth .normal, 
.contentsWidth .normal_w {
	margin: 15px 0;
}
.contentsWidth .normal dt, 
.contentsWidth .normal_w dt {
	color: #996600;
	margin-bottom: 5px;
}
.contentsWidth .normal_w dt {
	clear: both;
	float: left;
	margin-bottom: 15px;
}
.contentsWidth .normal dd, 
.contentsWidth .normal_w dd {
	margin-bottom: 15px;
}


/*======================================================================*
 *  [ attention / warning / point ] 
 *======================================================================*/

.contentsWidth .attention, 
.contentsWidth .warning, 
.contentsWidth .point {
	margin: 25px 0;
	padding-bottom: 10px;
}
.contentsWidth ol li .attention, 
.contentsWidth ol li .warning, 
.contentsWidth ol li .point {
	margin-left: -30px;
}
.contentsWidth .attention dt, 
.contentsWidth .warning dt, 
.contentsWidth .point dt {
	color: #fff;
	display: inline-block;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.5;
	padding: 0 10px;
}
.contentsWidth .attention dd, 
.contentsWidth .warning dd, 
.contentsWidth .point dd {
	color: #333;
	margin: 10px 10px 0 10px;
}
.contentsWidth .attention dd.li, 
.contentsWidth .warning dd.li, 
.contentsWidth .point dd.li {
	padding-left: 1em;
	text-indent: -1em;
}

.contentsWidth .attention {
	border: 1px solid #ffe0b2;
}
.contentsWidth .attention dt {
	background: #ff9900;
}

.contentsWidth .warning {
	border: 1px solid #f7cbd2;
}
.contentsWidth .warning dt {
	background: #e3526a;
}

.contentsWidth .point {
	border: 1px solid #d1d1d1;
}
.contentsWidth .point dt {
	background: #666;
}


/*======================================================================*
 *  [ movie ] 
 *======================================================================*/

.contentsWidth .movie {
	margin: 25px 0;
}
.contentsWidth .movie p {
	margin-bottom: 7px;
}
.contentsWidth .movie p img {
	margin: 0 7px 0 0;
	vertical-align: middle;
}
.contentsWidth .movie div {
	position: relative;
	height: 0;
	padding: 56.25% 0 0 0;
	overflow: hidden;
}
.contentsWidth .movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*======================================================================*
 *  [ pagetop ] 
 *======================================================================*/

.contentsWidth .pagetop a {
	padding-left: 10px;
	color: #333333;
	font-size: 10px;
	font-size: 1rem;
	background: url(../img/icon-model.gif) left center no-repeat;
	float: right;
	text-decoration: none;
}
.contentsWidth .pagetop a:hover { text-decoration: underline; }
.contentsWidth .pagetop a.m {
	margin-right: 10px;
	padding-right: 10px;
	background: url(/shared/img/index-top.gif) left center no-repeat;
	border-right: 1px solid #ccc;
}


/*======================================================================*
 *  [ micro clearfix ] 
 *======================================================================*/

.cf:after, 
.contentsWidth .way:after, 
.contentsWidth .section:after, 
.contentsWidth .pagetop:after {
	content: "";
	clear: both;
	display: block;
}


/*======================================================================*
 *  [ Media Queries 480 ] 
 *======================================================================*/

@media screen and (max-width: 480px) {
	
	/*==================================================================*
	 *  [ way ] 
	 *==================================================================*/
	
	.contentsWidth .ttl {
		display: none;
	}
	.contentsWidth .img {
		margin-top: 0;
	}
	
	/*==================================================================*
	 *  [ way ] 
	 *==================================================================*/
	
	.contentsWidth .way dl {
		float: none;
		width: 100%;
	}
	
	
	/*==================================================================*
	 *  [ section ] 
	 *==================================================================*/
	
	.contentsWidth .section img.right, 
	.contentsWidth .section img.left {
		display: block;
		float: none;
		margin: 10px auto;
	}
	.contentsWidth .section ol li img.right, 
	.contentsWidth .section ol li img.left {
		padding-right: 30px;
	}

}

.productInformation section > div, 
.productInformation section >  p {
	float: right;
	width: 800px;
	margin: 0;
	padding: 0 10px;
	box-sizing: border-box;
}

/* [ table ] */
.productInformation table, 
.productInformation th, 
.productInformation td {
	border: 1px solid #bcbcbc;
	text-align: center;
	color: center;
	color: #000;
}
.productInformation th, 
.productInformation td {
	padding: 5px;
}
.productInformation th {
	background: #f1f1f1;
}
