@charset "utf-8";

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

.cf:before,.cf:after{content:"";display:table;}
.cf:after{clear:both;}

*
{
	font-family: Meiryo, 'Lucida Grande', Verdana, sans-serif;
	font-size: 12px;
	line-height: 22px;
}

a
{
	color: #411906;
	outline: none;
}

img
{
	display: block;
	outline: none;
}

input[type=text], input[type=password], select
{
	border: 1px solid #cccccc;
	box-sizing: border-box;
	height: 32px;
	line-height: 32px;
	outline: none;
	padding: 0 5px;
}

textarea
{
	border: 1px solid #cccccc;
	box-sizing: border-box;
	outline: none;
	padding: 5px;
}

.button button
{
	background-color: #f9a821;
	border: 0;
	border-bottom: 3px solid #b98a3b;
	color: #ffffff;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: 44px;
	line-height: 44px;
	padding: 0;
	width: 100%;
}

.button a
{
	background-color: #ea7e5b;
	border-bottom: 3px solid #d96b47;
	box-sizing: border-box;
	color: #ffffff;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: 44px;
	line-height: 44px;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

.button.brown a,
.button.brown button
{
	background-color: #975f45;
	border-bottom: 3px solid #742a07;
}

.button.red a,
.button.red button
{
	background-color: #ea7e5b;
	border-bottom: 3px solid #d96b47;
}

.button.green a,
.button.green button
{
	background-color: #8cc34b;
	border-bottom: 3px solid #82b147;
}

.button.smartphone a
{
	background-color: #411906;
	border: 0;
	font-size: 48px;
	height: 140px;
	line-height: 140px;	
}

.buttons
{
	margin: 30px auto 0 auto;
	width: 390px;
}

.buttons .button
{
	float: left;
	margin: 0;
	width: 180px;
}

.buttons .button.edit-button
{
	margin-left: 30px;
}

.buttons .button.edit-button button
{
	background-color: #c2c2c2;
	border-bottom: 3px solid #b9b9b9;
}

.required, .error
{
	color: #ff0000;
}

.layout
{
	margin: 0 auto;
	width: 1000px;
}

.header
{
	padding: 10px 0 10px;
}

.header .left
{
	float: left;
	width: 568px;
}

.header .left a
{
	background-image: url('/images/header-logo.png');
	display: block;
	height: 82px;
	margin: 9px 0;
	width: 568px;
}

.header .middle
{
	float: left;
	padding: 28px 0 0 30px;
}

.header .middle div a
{
	color: #000000;
}

.header .right
{
	float: right;
	width: 220px;
}

.header .right div
{
	float: left;
	margin: 0 10px 0 0;
}

.header .right div a
{
	background-color: #fbcb7b;
	background-position: center 20px;
	background-repeat: no-repeat;
	color: #ffffff;
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 60px 0 0 0;
	text-align: center;
	text-decoration: none;
	width: 100px;
}

.header .right .login a
{
	background-image: url('/images/header-login.png');
	background-size: 40px 40px;
}

.header .right .signup a
{
	background-image: url('/images/header-signup.png');
	background-size: 40px 40px;
}

.header .right .logout a
{
	background-image: url('/images/header-logout.png');
}

.header .right .point a
{
	background-color: #975f45;
	background-image: url('/images/header-point.png');
	background-position: center 18px;
}

.navigation
{
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}

.navigation div
{
	float: left;
	width: 200px;
}

.navigation div a
{
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	width: 200px;
}

.navigation div a:hover,
.navigation div a.selected
{
	background-color: #e0d0c9;
}

.border.cf {
    border-bottom: 1px solid #cccccc;
}

.newz.top
{
	background-image: url('/images/tag-news.png');
	background-position: 10px center;
	background-repeat: no-repeat;
	background-size: 103px 30px;
/*	border-bottom: 1px solid #cccccc; */
	padding: 0 0 0 140px;
	float: left;
	width: 460px;
}

.socialbutton
{
    float: right;
    width: 400px;
    height: 40px;
    line-height: 40px;
	overflow: hidden;
}

.socialbutton ul {
	margin-top: 10px;
}

.socialbutton li {
	float: right;
	margin-right: 4px;
	list-style: none;
}
.socialbutton iframe {
	margin: 0 !important;
}

.fb_iframe_widget > span {
	vertical-align: baseline !important;
}

.newz.top .news
{
	display: none;
	height: 40px;
	line-height: 40px;
}

.newz.top .news span {
	text-overflow:ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow:hidden;
	white-space:nowrap;
	width:380px;
	display:inline-block;
	vertical-align:middle;
	padding-right:20px;
}

.newz.top .news a
{
	display:inline-block;
	vertical-align:middle;
	text-decoration: none;
}

.main-content
{
	margin: 10px auto;
}

.main-content .heading
{
	height: 32px;
	margin: 0 0 20px 0;
}

.main-content .heading .left
{
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #411906;
	box-sizing: border-box;
	color: #411906;
	float: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	padding: 0 0 0 5px;
	width: 50%;
}

.main-content .heading .right
{
	background-color: #411906;
	border-bottom: 1px solid #411906;
	border-top: 1px solid #411906;
	box-sizing: border-box;
	color: #ffffff;
	float: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	width: 50%;
}

.main-content .left-content
{
	float: left;
	width: 700px;
}

.main-content .left-content .message
{
	margin: 20px 0;
}

.main-content .left-content .message p
{
	margin: 20px 0;
}

.main-content .left-content .emphasize
{
	color: #ff0000;	
}

.main-content .left-content .pig
{
	background-image: url('/images/pig-01.png');
	background-position: right center;
	background-repeat: no-repeat;
	margin: 30px 20px;
	min-height: 170px;
	padding: 0 220px 0 0;
}

.main-content .left-content .pig .text
{
	background: #ffffff;
	border: 2px solid #cccccc;
	border-radius: 5px;
	box-sizing: border-box;
	min-height: 170px;
	padding: 20px;
	position: relative;
}

.main-content .left-content .pig .text:before
{
	border: solid transparent;
	border-color: rgba(204, 204, 204, 0);
	border-left-color: #cccccc;
	border-width: 13px;
	content: " ";
	height: 0;
	margin-top: -13px;
	pointer-events: none;
	position: absolute;
	left: 100%;
	top: 50%;
	width: 0;
}

.main-content .left-content .pig .text:after
{
	border: solid transparent;
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #ffffff;
	border-width: 10px;
	content: " ";
	height: 0;
	margin-top: -10px;
	pointer-events: none;
	position: absolute;
	left: 100%;
	top: 50%;
	width: 0;
}


.main-content .left-content .pig .text *
{
	font-size: inherit;
}

.main-content .left-content .pig .text p
{
	margin: 15px 0 0 0;
}

.main-content .left-content .form table
{
	border: 1px solid #cccccc;
	width: 100%;
}

.main-content .left-content .form table tbody tr th
{
	background-color: #feefd7;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	padding: 10px;
	text-align: left;
	width: 200px;
}

.main-content .left-content .form table tbody tr th .required
{
	margin: 0 0 0 5px;
}

.main-content .left-content .form table tbody tr th .note
{
	font-size: 10px;
	line-height: 20px;
}

.main-content .left-content .form table tbody tr td
{
	border: 1px solid #cccccc;
	padding: 10px;
}

.main-content .left-content .form table tbody tr td textarea
{
	height: 200px;
	resize: vertical;
	width: 100%;
}

.main-content .left-content .form table tbody tr td input[type=checkbox],
.main-content .left-content .form table tbody tr td input[type=radio]
{
	margin: 0 5px 0 0;
}

.main-content .left-content .form table tbody tr td .error
{
	color: #ff0000;
	margin: 5px 0 0 0;
}

.main-content .left-content .form table tbody tr td .note
{
	margin: 5px 0 0 0;
}

.main-content .left-content .button
{
	margin: 30px auto 0 auto;
	width: 300px;
}

.main-content .left-content .buttons
{
	margin: 30px auto 0 auto;
	width: 390px;
}

.main-content .left-content .buttons .button
{
	float: left;
	margin: 0;
	width: 180px;
}

.main-content .left-content .buttons .button.back-button,
.main-content .left-content .buttons .button.edit-button
{
	margin-left: 30px;
}

.main-content .left-content .buttons .button.back-button a,
.main-content .left-content .buttons .button.edit-button button
{
	background-color: #c2c2c2;
	border-bottom: 3px solid #b9b9b9;
}

.main-content .right-content
{
	float: left;
	padding: 0 0 0 30px;
	width: 270px;
}

.main-content .right-content .heading
{
	margin: 0 0 10px 0;
}

.main-content .left-content .sub-heading
{
	border-bottom: 1px solid #411906;
	border-left: 3px solid #411906;
	font-size: 14px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	padding: 0 0 0 10px;
}

.main-content .left-content .pre
{
	white-space: pre-wrap;	
}

.main-content .right-content .my-page
{
	margin: 0 0 30px 0;	
}

.main-content .right-content .my-page .box
{
	border: 1px solid #411906;
	box-sizing: border-box;
	padding: 10px;
}

.main-content .right-content .my-page .box .points
{
	font-weight: bold;
	padding: 10px 0;
}

.main-content .right-content .my-page .box a
{
	text-decoration: none;
}

.main-content .right-content .login
{
	margin: 0 0 30px 0;	
}

.main-content .right-content .login .box
{
	border: 1px solid #411906;
	box-sizing: border-box;
	padding: 10px;
}

.main-content .right-content .login .box form .field
{
	margin: 0 0 10px 0;
}

.main-content .right-content .login .box form .field .label
{
	margin: 0 0 5px 0;
}

.main-content .right-content .login .box form .field .input input
{
	width: 100%;
}

.main-content .right-content .login .box form .button
{
	margin: 15px 0 0 0;
}

.main-content .right-content .login .box .recover
{
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.main-content .right-content .login .box .recover a
{
	text-decoration: none;
}

.main-content .right-content .login .box .social-login
{
	border-bottom: 3px solid #411906;
	border-top: 3px solid #411906;
}

.main-content .right-content .login .box .social-login .title
{
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.main-content .right-content .login .box .social-login .about
{
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.main-content .right-content .login .box .social-login .about a
{
	text-decoration: none;
}

.main-content .right-content .login .box .social-login .sns
{
	height: 16px;
	overflow: hidden;
}

.main-content .right-content .login .box .social-login .sns ul
{
	float: left;
	left: 50%;
	margin: 0;
	padding: 0;
	position: relative;
}

.main-content .right-content .login .box .social-login .sns ul li
{
	float: left;
	left: -50%;
	list-style: none;
	margin: 0;
	position: relative;
}

.main-content .right-content .login .box .social-login .sns ul li:nth-child(2)
{
	margin: 0 4px;
}

.main-content .right-content .login .box .social-login .sns ul li a
{
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 14px;
	display: block;
	height: 14px;
	margin: 0 0 0 0;
	line-height: 14px;
}

.main-content .right-content .login .box .social-login ul li a.facebook
{
	background-image: url('/images/facebook-icon-28x28.png');
	padding: 0 0 0 16px;
}

.main-content .right-content .login .box .social-login ul li a.twitter
{
	background-image: url('/images/twitter-icon-34x28.png');
	padding: 0 0 0 19px;
}

.main-content .right-content .login .box .social-login ul li a.yahoo
{
	background-image: url('/images/yahoo-icon-53x28.png');
	padding: 0 0 0 28px;
}

.main-content .right-content .login .box .signup
{
	margin: 15px 0 0 0;
}

.main-content .right-content .facebook
{
	margin: 0 0 30px 0;	
}

.main-content .right-content .facebook .heading .left
{
	color: #3b579d;
	border-top: 1px solid #3b579d;
}

.main-content .right-content .facebook .heading .right
{
	background-color: #3b579d;
	border-bottom: 1px solid #3b579d;
	border-top: 1px solid #3b579d;
}

.main-content .right-content .twitter
{
	margin: 0 0 30px 0;	
}

.main-content .right-content .twitter .heading .left
{
	color: #6caddf;
	border-top: 1px solid #6caddf;
}

.main-content .right-content .twitter .heading .right
{
	background-color: #6caddf;
	border-bottom: 1px solid #6caddf;
	border-top: 1px solid #6caddf;
}

.footer .copyright
{
	background-color: #411906;
	color: #ffffff;
	height: 40px;
	line-height: 40px;
	padding: 0 25px;
}

.footer .bottom
{
	padding: 20px 0;
}

.footer .bottom .left
{
	background-image: url('/images/footer-privacy.png');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 80px;
	float: left;
	height: 80px;
	padding: 0 0 0 100px;
	position: relative;
}

.footer .bottom .left a
{
	color: #ea5d2f;
}

.footer .bottom .left .privacymark
{
	height: 80px;
	left: 0;
	position: absolute;
	top: 0;
	width: 80px;	
}

.footer .bottom .right
{
	padding: 0 25px 0 0;
	float: right;
}

.footer .bottom .right div a
{
	margin: 0 0 0 5px;
}

/* error */

.trace
{
	border: 1px solid #cccccc;
	overflow: scroll;
	padding: 10px;
	white-space: pre;
}

/* debug */

.debug
{
	margin: 20px 0;
}

.debug .title
{
	font-weight: bold;
	margin: 0 0 10px 0;	
}

.debug table
{
	width: 100%;
}

.debug th
{
	background-color: #f5f5f5;
	background: -moz-linear-gradient(top, #ffffff, #f5f5f5);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
	background: linear-gradient(to bottom, #ffffff, #f5f5f5);
	border: 1px solid #dddddd;
	padding: 10px;
	text-align: left;
}

.debug td
{
	border: 1px solid #dddddd;
	line-height: 22px;
	padding: 10px;
	word-break: break-all;
}

.debug td.field-name,
.debug td.time
{
	word-break: normal;
}

.debug td p
{
	margin: 10px 0 0 0;
}