@charset "utf-8";
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

form CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/

/* subscription layout
# --------------------------------------------------------------------------------*/

table.subscription {
    width: 617px;
    margin: 0;
    border: 1px solid #fff;
}

table.subscription td {
    margin: 0;
    padding: 5px;
    font-size: 0.8em;
    font-weight: normal;
    line-height: 1.8em;
    letter-spacing: 0.08em;
    color: #1b1b1b;
}

table.subscription td.menu {
    background-color: #e5e5e5;
}

table.subscription td.input {
    width: 370px;
    background-color: #eee;
}
table.subscription td.bold {
/*    font-weight: bold;*/
    border: 1px solid black;
}

table.subscription td.menu_gray {
    background-color: #e5e5e5;
    color: #fff;
}

table.subscription td.input_gray {
    width: 370px;
    background-color: #eee;
    color: #a9a9a9;
}

table.form-submit {
    width: 617px;
    margin: 0;
    border: 0;
}

table.form-submit tr {
    margin: 0;
    padding: 0;
}

table.form-submit td {
    padding: 5px;
    font-size: 0.9em;
    font-weight: normal;
    line-height: 1.8em;
    letter-spacing: 0.08em;
    color: #1b1b1b;
    text-align: center;
}

table.subscription p {
    padding: 0;
    margin: 10px 0 0 0;
}

/* credit invoice */
.usernavi-subscription th {
    width: 200px;
}


/* Heading
-------------------------------------------- */
.contents h3 {
	padding: 0 0 4px;
	margin: 0 0 15px;
	border-bottom: solid 1px #CCC;
	font-weight: bold;
	font-size: 1.6rem;
}
.contents .articlecont > section {
	padding: 0 0 20px;
	position: relative;
	z-index: 1;
}

.contents dl {
	margin: 15px 0 0;
}
.contents dl dt {
	margin: 0 0 5px;
	font-weight: bold;
	font-size: 1.4rem;
}

.contents p {
	padding: 0 0 20px;
}
.contents p.profile {
	padding: 0 0 30px;
}
.contents .person_list {
	padding: 0 0 20px;
	line-height: 2;
}

.contents p img {
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}
.contents p .img_right {
	margin: 0 0 20px 20px;
	float: right;
	max-width: 45%;
}
.contents p .img_left {
	margin: 0 20px 20px 0;
	float: left;
	max-width: 30%;
}
.contents p.lead .img_right {
	margin: 0 0 -30px 20px;
}

.contents p span {
	display: block;
}
.contents p .sub_ttl {
	margin: 0 0 5px;
	color: #d37723;
	font-weight: bold;
}
.contents p .name {
	margin: 0 0 10px;
	font-size: 1.4rem;
	font-weight: bold;
}

.contents .right_link {
	padding: 0 0 20px;
	text-align: right;
}
.contents dl + .right_link {
	padding: 30px 0 20px;
}


.subscription_btn {
	display: block;
	max-width: 500px;
	width: 100%;
	padding: 25px 40px;
	margin: 0 auto;
	position: relative;
	color: #FFF;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: .1rem;
	text-align: center;
	border-radius: 5px;
	border: #E5E5E5 1px solid;

	background: #555;
	background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#000));
	background: -moz-linear-gradient(bottom, #555, #000);
	background: linear-gradient(bottom, #555, #000);

	-webkit-box-shadow: rgba(0, 0, 0, .3) 0 2px 6px 0;
	-moz-box-shadow: rgba(0, 0, 0, .3) 0 2px 6px 0;
	box-shadow: rgba(0, 0, 0, .3) 0 2px 6px 0;
}

.sidebar .subscription_btn {
	padding: 10px 15px;
	margin: 0 auto;
	font-size: 1.3rem;
	max-width: 2000px;
}

.subscription_btn span {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 30px;
	height: 30px;

	-webkit-transform: translateY(-50%) rotate(-90deg);
	-moz-transform: translateY(-50%) rotate(-90deg);
	-ms-transform: translateY(-50%) rotate(-90deg);
	-o-transform: translateY(-50%) rotate(-90deg);
	transform: translateY(-50%) rotate(-90deg);
}
.subscription_btn span:before,
.subscription_btn span:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 3px;
	height: 13px;
	background: #FFF;
	margin: -7px 0 0 -6px;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.subscription_btn span:after {
	margin: -7px 0 0 2px;

	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.sidebar .free_box.outline {
	margin: 0 0 20px;
}
.sidebar .free_box.outline dl {
	width: 100%;
	padding: 0 0 10px;
}
.sidebar .free_box.outline dl dt {
	width: 60px;
	float: left;
}
.sidebar .free_box.outline dl dd {
	width: 100%;
	padding: 0 0 0 80px;
}


/*
------------------------------------------------------------------------------------------------------------------ PC */

@media screen and (max-width: 1200px) {

.contents .subscription_btn.submit {
	max-width: 900px;
	width: 100%;
	margin: 0 0 20px !important;
}

.sidebar .subscription_btn {
	float: left;
}

}



/*
------------------------------------------------------------------------------------------------------------------ Tablet */

@media screen and (max-width: 768px) {


}


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

.contents .subscription_btn,
.contents .subscription_btn input {
	font-size: 1.4rem;
}

}