@charset "utf-8";
/* CSS Document */

/* ----------------------------------------------
 * 		amaouichigo2016
 * ---------------------------------------------- */


.amaouichigo2016Wrap {
	padding:0 10px;
}

/* #col1 */

#col1 {
	margin-bottom:10px;
}

#col1 .colLeft {
	width:250px;
	padding-left:20px;	
}

#col1 .colRight {
	width:350px;
	padding-right:20px;
}

$col1 .colRight p span {
	font-size:83%;
}

#col1 .colRight h2 {
	margin-left: -40px;
}


#col1 .colRight p {
	margin:-30px 15px 0 0;
}

/* #col2 */


#col2 .colLeft {
	width:350px;
	clear:both;
	padding-left:20px;
}

#col2 .colLeft h2 {
	margin-left:10px;	
}

#col2 .colLeft p {
	margin-top:-30px;
	padding-left:20px;
}

#col2 .colLeft p span {
	font-size:83%;
}

#col2 .colRight {
	width:250px;
	margin:20px 15px 0 0;
}

/* .section */
.section {
	clear:both;
	border-top: dotted 1px #333333;
	padding-top:20px;
	margin-top:30px;
}

.section ul {
	margin:0 30px;
}

.section ul li {
	float:left;
	margin-left:20px;
}

.section ul li a:hover {
	opacity:0.3;	
}



/*clearFix*/

#col1 .colLeft:after,
#col1 .colRight:after,
#col2 .colLeft:after,
#col2 .colRight:after {
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
   content: ".";
}

#col1 .colLeft,
#col1 .colRight,
#col2 .colLeft,
#col2 .colRight {
	zoom: 1;
}
