@charset "utf-8";


div.content_wrap {
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	line-height: 1.7 !important;
}

div.content_wrap img {
	vertical-align: bottom;
}

div.presentcp_main {
}

div.presentcp_main div.presentcp_main_bottom {
	background-color: #91261f;
	color: #fff;
	padding: 3% 0;
	font-size: 1.4em;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
}

div.presentcp_desc {
	padding: 5% 0;
	font-size: 1.3em;
	text-align: center;
	letter-spacing: 1px;
}

div.presentcp_desc span {
	background: linear-gradient(transparent 40%, #ffffd5 40%);
}

ul.present_items {
	 display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}


ul.present_items li {
	list-style: none;
	margin: 0 1% 0 0;
	padding: 0;
	width: 24.25%;
	float: left;
	text-align: center;
	line-height: 1.5;
}

ul.present_items li:last-child {
	margin: 0;
}

ul.present_items li div.itembox {
	background-color: #f4f0e9;
	overflow: hidden;
}

ul.present_items li div.itembox div.present_img {
	margin: 3% auto;
	width: 94%;
}

ul.present_items li div.itembox p {
	margin: 4% auto;
	padding: 0;
	font-size: 0.9em;
}

ul.present_items li div.itembox p span.present_member {
	font-size: 1.15em;
	font-weight: bold;
}

div.itemlink a {
	display: block;
	background-color: #91261f;
	width: 60%;
	margin: 6% auto 0 auto;
	padding: 4%;
	box-sizing: border-box;
	color: #fff;
	font-size: 1.2em;
}

div.itemlink a:hover {
	text-decoration: none;
	opacity: 0.9;
}

span.presentitemname_small {
	font-size: 0.9em;
}

div.present_howto {
	max-width: 1070px;
	width: 95%;
	background-color: #f7f7f7;
	margin: 8% auto 7% auto;
	overflow: hidden;
}

div.present_howto div.howto_title{
	padding: 0.7% 0 0.4% 0;
	font-weight: bold;
	font-size: 1.3em;
	text-align: center;
	border-bottom: 1px solid #000;
}

div.present_howto div.howto_main{
	padding: 3% 0 3% 3%;
}

div.present_howto dl {
	width: 29%;
	list-style: none;
	margin: 0 3% 0 0;
	padding: 0;
	display: inline-block;
	vertical-align: top;
}

div.present_howto dl:first-child {
	width: 33%;
}

div.present_howto dl:last-child {
	margin: 0;
}

div.present_howto dl dt,
div.present_howto dl dd {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.7 !important;
}

div.present_howto dl dt{
	width: 40px;
	height: 40px;
	background-color: #000;
	color: #fff;
	text-align: center;
	padding: 6px 0 0 0;
	box-sizing: border-box;
	margin: 0 0 5% 0;
}

div.presentcp_btn {
	max-width: 640px;
	width: 70%;
	margin: 0 auto;
}

div.presentcp_btn a:hover {
	opacity: 0.9;
}

img.pc_view,
br.pc_view,
span.pc_view {
	display: inline;
}

img.smp_view,
br.smp_view,
span.smp_view {
	display: none;
}


@media (max-width: 979px) {

div.content_wrap {
	font-size: 14px;
}

}

@media (max-width: 767px) {
	
div.content_wrap {
	margin: 2% 0 0 0;
	font-size: 11px;
}

div.presentcp_main div.presentcp_main_text {
	padding: 6% 0;
}

div.presentcp_main div.presentcp_main_text span.att {
	font-size: 0.9em;
}

div.presentcp_desc {
	padding: 8% 0;
	font-size: 1.2em;
	text-align: center;
}


ul.present_items {
	width: 96%;
	margin: 0 auto;
}

ul.present_items li {
	width: 49%;
	margin: 0 2% 0 0;
	float: left;
}

ul.present_items li:nth-child(2n) {
	width: 49%;
	margin: 0 0 0 0;
}

ul.present_items li:nth-child(3):before,
ul.present_items li:nth-child(4):before {
    content: ".";
    background-color: white;
    display: block;
    color: white;
}

span.presentitemname_small {
	font-size: 1em;
}

div.present_howto {
	margin: 14% auto 7% auto;
}


div.present_howto div.howto_title{
	font-size: 1.4em;
}

div.present_howto div.howto_main{
	padding: 5%;
}

div.present_howto dl {
	width: 100%;
	list-style: none;
	margin: 0 0 5% 0;
	padding: 0;
	display: block;
}

div.present_howto dl:first-child {
	width: 100%;
}

div.present_howto dl:last-child {
	margin: 0;
}

div.present_howto dl dt,
div.present_howto dl dd {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
}

div.present_howto dl dt{
	width: 35px;
	height: 35px;
	background-color: #000;
	color: #fff;
	text-align: center;
	padding: 6px 0 0 0;
	box-sizing: border-box;
	margin: 0 0 3% 0;
	font-size: 1.1em;
}

div.presentcp_btn {
	max-width: 600px;
	width: 95%;
}

div.presentcp_btn a:hover {
	opacity: 1;
}

img.pc_view,
br.pc_view,
span.pc_view {
	display: none;
}

img.smp_view,
br.smp_view,
span.smp_view {
	display: inline;
}

}

@media(max-width: 480px){

}