@charset "utf-8";
/*---------------------------------------------------------------
news.css
-----------------------------------------------------------------
table of contents

	1. Override
	2. Page Module
	3. Page Layout
	4. OS Type
	5. Media Query

---------------------------------------------------------------*/
/*===============================================================

	1.	Override

===============================================================*/

/*	.page-title
---------------------------------------------------------------*/
.page-title{
	margin-bottom: 46px;
	padding: 0 0px 0 220px;
	width: 71px;
}

/*	.page-header
---------------------------------------------------------------*/
.page-header .select-archive{
	right: 177px;
}

/*===============================================================

	2.	Page Module

===============================================================*/
/*	.article-wrapper
---------------------------------------------------------------*/
.article-wrapper article{
	overflow: hidden;
	padding: 0 0 60px 0;
	position: relative;
	zoom: 1;
}

.article-wrapper article .inner{
	opacity: 0;
}

.article-wrapper article .thumb-wrapper{
	float: left;
	padding: 23px 0 0 0;
}

.article-wrapper article .text-wrapper{
	float: right;
}

.article-wrapper article .text-wrapper header{
	padding: 0 0 30px 0;
}

.article-wrapper article .text-wrapper header .date{
	font-size: 12px;
}

.article-wrapper article .text-wrapper header .category{
	font-size: 12px;
	position: absolute;
	right: 0;
	top: 0;
}

.article-wrapper article .text-wrapper header .category a{
	color: #666;
}

.article-wrapper article .text-wrapper header .category a:hover{
	color: #000;
}

.article-wrapper article .text-wrapper header h1{
	font-size: 18px;
}

.article-wrapper article .text-wrapper .entry-body p{
	padding: 0 0 1.5em 0;
}


/*===============================================================

	3.	Page Layout

===============================================================*/

#side .inner{
	margin: 0 auto;
	overflow: hidden;
	/*padding: 0 22px;*/
	width: 55px;
}

/*===============================================================

	4.	OS Type

===============================================================*/
/*	for win
---------------------------------------------------------------*/
.win .article-wrapper article .text-wrapper header h1{
	font-weight: bold;
}

.win .article-wrapper article .text-wrapper header .date{
	font-size: 11px;
}

.win .article-wrapper article .text-wrapper header .category{
	font-size: 11px;
}

.win .article-wrapper article .text-wrapper header h1{
	font-size: 17px;
}


/*	for mac
---------------------------------------------------------------*/
.mac .article-wrapper article .text-wrapper header h1{
	font-weight: normal;
}


/*===============================================================

	5.	Media Query

===============================================================*/
/*	for 480
---------------------------------------------------------------*/
@media screen and (max-width: 480px){

}

/*	for 1024
---------------------------------------------------------------*/
@media screen and (max-width: 1600px){

	/* .article-wrapper */

	.article-wrapper article .thumb-wrapper{
		width: 314px;
	}

	.article-wrapper article .text-wrapper{
		width: 632px;
	}
	.page-title{
		margin-bottom: 46px;
		padding: 0 0px 0 220px;
		width: 71px;
	}
	#side .inner{
		margin: 0 auto;
		overflow: hidden;
		/*padding: 0 22px;*/
		width: 55px;
	}
}

/*	for 1600
---------------------------------------------------------------*/
@media screen and (min-width: 1601px){

	/* .article-wrapper */

	.article-wrapper article .thumb-wrapper{
		width: 414px;
	}

	.article-wrapper article .text-wrapper{
		width: 847px;
	}
	
	.page-title{
		margin-bottom: 46px;
		padding: 0 0px 0 220px;
		width: 61px;
	}
	#side .inner{
		margin: 0 auto;
		overflow: hidden;
		/*padding: 0 22px;*/
		width: 70px;
	}
}
