﻿@charset "UTF-8";


div.tag
{
}

div.tag div.tagHeader
{
	padding-top: 20px;
	width: 90%;
	margin: 0 auto 35px;
}

div.tag div.tagHeader h1
{
	font-size:19px;
	font-size:1.1875rem;
	font-weight: 700;
	color: #4C4948;
	line-height: 1.5em;
	margin: 0 0 20px;
}

div.tag div.tagHeader p
{
	font-size:16px;
	font-size:1rem;
	font-weight: 300;
	color: #4C4C4C;
	line-height: 1.5em;
}

div.thirdSec div.itemList2,
div.thirdSec div.itemList3
{
	width: 95%;
	margin: 0 auto;
	border-top: 1px solid #B5B5B6;
}

div.thirdSec div.itemList2:first-of-type,
div.thirdSec div.itemList3:first-of-type
{
	border-top: none;
}

div.thirdSec div.itemList2 div.item:last-of-type,
div.thirdSec div.itemList3 div.item:last-of-type
{
	border-bottom: none;
}





/* media Queries------------------------------------
----------------------------------------------------*/
@media only screen and (min-width:  56.25em) {

div.tag
{
	margin: 0 auto 60px;
}

div.tag div.tagHeader
{
	padding-top: 30px;
	width: 1130px;
	margin: 0 auto 60px;
}

div.tag div.tagHeader h1
{
	font-size:28px;
	margin: 0 0 10px;
}

div.tag div.tagHeader p
{
	font-size:18px;
}


div.thirdSec div.itemList2,
div.thirdSec div.itemList3
{
	overflow: hidden;
	width: 1200px;
	border-top: none;
}

div.thirdSec div.itemList2 div.item:last-of-type,
div.thirdSec div.itemList3 div.item:last-of-type
{
	border-bottom: 1px solid #B5B5B6;
}







}







/*--------------------------------------------------
 Clearfix
----------------------------------------------------*/

div.tag:after,
div.thirdSec div.itemList2:after,
div.thirdSec div.itemList3:after
{
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
	overflow: hidden;
	font-size: 0.1em;
	line-height: 0;
}
