@charset "utf-8";

/*//////////////////////////////////////////////////////////////////////////////

	ANPOR - HOME

	/home/css/home.css

	contents:
		1. common
			1-1. clearfix
			1-2. image replacement
			1-3. heading reset
		2. promotion
		3. content
			3-1. main
			3-2. side

//////////////////////////////////////////////////////////////////////////////*/


/*------------------------------------------------------------------------------

	1. common

------------------------------------------------------------------------------*/


/*	1-1. clearfix
------------------------------------------------------------------------------*/

main:after {
	content : '';
	display : block;
	clear : both;
	height: 0;
}

main .site-column {
	*zoom: 1;
}


/*	1-2. image replacement
------------------------------------------------------------------------------*/

#promotion .catch {
	display: block;
	overflow: hidden;
	outline: none;
	text-indent: 100%;
	_text-indent: -9999px;/* IE6 */
	white-space: nowrap;
}


/*	1-3. heading reset
------------------------------------------------------------------------------*/

#content main .notice h2,
#content aside h2 {
	padding-left: 0;
}

#content main .notice h2:before,
#content aside h2:before {
	display: none;
}


/*------------------------------------------------------------------------------

	3. promotion

------------------------------------------------------------------------------*/


#promotion {
	margin-top: 20px;
	height: 330px;
	background: url(../img/promotion.jpg) no-repeat;
}


#promotion .button {
	position: absolute;
	bottom: 30px;
	left: 30px;
	padding: 12px;
	background-color: #B62525;
	border-radius: 6px;
	/* box-shadow */
	box-shadow:rgba(0, 0, 0, 0.65) 0px 0px 5px 0px inset;
	-webkit-box-shadow:rgba(0, 0, 0, 0.65) 0px 0px 5px 0px inset;
	-moz-box-shadow:rgba(0, 0, 0, 0.65) 0px 0px 5px 0px inset;
}


#promotion .application {
	width: 290px;
	margin: 0;
	background-color: #FFF;
	text-align: center;
	font-weight: bold;
	font-size: 142.86%;/* =20px */
	/**/
	border: 1px solid #C5C5C5;
	border-right-color: #999;
	border-bottom-color: #999;
	/**/
	border-radius: 5px;
}

#promotion .application a {
	display: block;
	padding: 20px 10px;
	background-color: #FF9;
	/**/
	background: transparent;
	/*border: 1px solid rgba(255,255,255,.2);*/
	border-top-color: #FFF;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #333;
	cursor: pointer;
	/**/
	border-radius: 4px;
	/**/
	background: #F4F4F4;
	/* SVG as background image (IE9/Chrome/Safari/Opera) */ 
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhMGEwYTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	/**/
	-moz-text-shadow:    0 1px 0 rgba(255,255,255,1);
	-webkit-text-shadow: 0 1px 0 rgba(255,255,255,1);
	-o-text-shadow:      0 1px 0 rgba(255,255,255,1);
	-ms-text-shadow:     0 1px 0 rgba(255,255,255,1);
	text-shadow:         0 1px 0 rgba(255,255,255,1);
}


#promotion .application span {
	display: block;
	font-size: 60%;/* =12px */
}




/*------------------------------------------------------------------------------

	3. content

------------------------------------------------------------------------------*/

main p,
.side p {
	font-size: 85.72%;/* =12px */
}


/*	2-1. main
------------------------------------------------------------------------------*/

main {
	float: left;
	width: 720px;
}

main .notice {
	margin-top: 20px;
	text-align: left;
}

main .notice ul {
	list-style: disc;
}

main .notice ul li {
	margin: 6px 0 0 1.5em;
	font-weight: normal;
}

main .sec1,
main .sec2 {
	width: 350px;
}

main .sec1 {
	float: left;
}

main .sec2 {
	float: right;
}


/*	2-2. side
------------------------------------------------------------------------------*/

.side {
	float: right;
	width: 210px;
	margin-top: 20px;
}

.side section {
	margin-top: 30px;
}

.side section:first-child {
	margin-top: 0;
}

.side article {
	position: relative;
	margin-bottom: 20px;
	padding: 20px 0;
	border-bottom: 1px solid #E4E4E4;
}

.side h3 {
	font-size: 87.5% !important;/* =14px */
}

.side time {
	position: absolute;
	top: 0;
	left: 0;
}

.side nav a {
	display: block;
	padding: 11px 0;
	background-color: #EAEAEA;
	border-radius: 4px;
	text-align: center;
	color: #333;
}

.side ul li {
	margin-top: 10px;
	text-align: center;
}





