/***
 * MainReset
 */
html {
	font-size: 62.5%;
	background: #fff;
}
body, div, dl, dt, dd, ul, ol, li, pre, code, 
form, fieldset, legend, input, textarea, figure, 
p, blockquote, th, td {
	font-size: 1.2rem;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1.2rem;
	font-weight: normal; /*normal*/
	margin: 0;
	padding: 0;
}
body {
	color: #333;
	font-family:
	"メイリオ",
	"Meiryo",
	"ヒラギノ角ゴ ProN W3",
	"Hiragino Kaku Gothic ProN",
	"ＭＳ Ｐゴシック",
	"MS P Gothic",
	Verdana, Arial, Helvetica, sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
input, textarea, select, button {
	font-family: inherit;
	font-size: inherit;
	font-weight: normal;
}
input, select, button {
	vertical-align: middle;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
address, caption, code, th {
	font-style: normal;
	font-weight: normal;
}
img, fieldset {
	border: 0;
}
ol, ul {
	list-style-type: none;
}
/***
 * SubReset
 */
a {
	color: #21759b;
	/*color: inherit;*/
	text-decoration: underline;
}
a:active, a:hover {
	color: #F25C00;
	outline: 0;
	text-decoration: none;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-webkit-opacity: 0.8;
	-moz-opacity:0.8;
	-ms-filter: "alpha(opacity=80)";
}
input, select, textarea, button {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	border: 1px solid #999;
	margin: 0;
	padding: 5px;
}
input[type=text]:focus,input[type=email]:focus,input[type=tel]:focus, select:focus, textarea:focus {
	outline: none;
	background-color: #E0FFF9;
}
input[type=submit], input[type=button], button {
	cursor: pointer;
	background-color: #F4F4F4;
}
input[type=submit]:hover, input[type=button]:hover, button:hover {
	background-color: #fff;
}
input[type=submit]:active, input[type=button]:active, button:active {
	background-color: #FFFFDF;
}
dl {
	font-weight: bold;
}
dt {
	clear: both;
	padding: 10px 0 10px 10px;
	width: 100px;
	float: left;
}
dd {
	padding: 10px 0 10px 110px;
	border-bottom: 1px dotted #666;
}
dt:first-child + dd {
	border-top: 1px dotted #666;
}
/* radio, checkbox */
input[type=radio] + label,
input[type=checkbox] + label {
	position: relative;
	cursor: pointer;
}
@media (min-width: 1px) {
	input[type=radio],
	input[type=checkbox] {
		visibility: hidden;
		margin: 0;
	}
	input[type=radio] + label,
	input[type=checkbox] + label {
		padding: 0 0 0 20px;
	}
	input[type=radio] + label::before,
	input[type=checkbox] + label::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		width: 15px;
		height: 15px;
		margin-top: -9px;
		background: #fff;
	}
	input[type=radio] + label::before {
		border: 1px solid #999;
		border-radius: 30px;
	}
	input[type=checkbox] + label::before {
		border: 1px solid #999;
	}
	input[type=radio]:checked + label::after,
	input[type=checkbox]:checked + label::after {
		content: "";
		position: absolute;
		top: 50%;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
	}
	input[type=radio]:checked + label::after {
		left: 4px;
		width: 7px;
		height: 7px;
		margin-top: -5px;
		background: #333;
		border-radius: 8px;
	}
	input[type=checkbox]:checked + label::after {
		left: 2px;
		width: 14px;
		height: 7px;
		margin-top: -8px;
		border-left: 3px solid #333;
		border-bottom: 3px solid #333;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}
/* table */
/*table {
	border-collapse: collapse;
}
table th {
	padding: 6px;
	text-align: left;
	background-color: #eee;
	border: 1px solid #999;
}
table td {
	padding: 6px;
	background-color: #fff;
	border: 1px solid #999;
}
table tr:hover td {
	background-color: #FFFFDF;
}
table td:hover {
	font-weight: bold;
}*/
/* 注釈 */
.gnote {
	font-size: 1.1rem;
	color: green;
	display: inline-block;
	padding-left: 4px;
}
.rnote {
	font-size: 1.1rem;
	color: red;
	display: inline-block;
	padding-left: 4px;
}
/* 引用符 */
q {
	/*quotes: "「" "」" "『" "』";*/
	quotes: '"' '"' "'" "'";
}
/***
 * Common
 */
.content {
	overflow: hidden;
	width: 800px;
	margin: 0 auto;
}
p {
	line-height: 180%;
}
h2 span {
	font-size: 1.3rem;
}
.red {
	color: red;
}
.blue {
	color: blue;
}
#pan {
	margin: 0 0 20px 30px;
}
/***
 * header
 */
header {
	/*background: url(../img/head_haikei.jpg) no-repeat 50% top;*/
	padding-bottom: 10px;
}
header .content {
	position: relative;
}
header #leftarea {
	width: 400px;
	text-align: center;
	box-sizing: content-box;
	float: left;
}
header #leftarea h1 {
	margin: 30px 0 20px 0;
}
header #rightarea {
	position: relative;
	width: 400px;
	box-sizing: content-box;
	float: left;
	padding-top: 80px;
}
header #rightarea img {
	vertical-align: bottom;
}
header #calendar {
	width: 340px;
	height: 182px;
	margin: 15px 0 30px 0;
}
header #tellink {
	top: 79px;
	position: absolute;
	width: 316px;
	height: 48px;
}
header #tellink a {
	display: block;
	width: 100%;
	height: 100%;
}
header #msgbox {
	margin: 15px auto 10px auto;
	line-height: 250%;
	width: 739px;
	height: 30px;
	border: 2px solid #e87859;
	background-color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
header #warp {
	position: relative;
	overflow: hidden;
}
header #slide {
	position: relative;
}
header #slide span {
	white-space: nowrap;
}
header #social_box{
	position: absolute;
	top: 153px;
	right: 0px;
}
header #head_center {
	margin-left: 40px;
}
/***
 * body
 */
body {
	background: url(../img/foot_haikei.jpg) no-repeat 50% bottom;
}

/***
 * main
 */
main .blog_info {
	margin: 0 auto;
	width: 719px;
	height: 201px;
	background-image: url(../img/blog_haikei.jpg);
	background-repeat: no-repeat;
	padding: 20px 0 0 20px;
}
main .satuei_info {
	margin: 0 auto;
	width: 719px;
	height: 201px;
	background-image: url(../img/satuei_haikei.jpg);
	background-repeat: no-repeat;
	padding: 20px 0 0 20px;
}
main .photo {
	width: 130px;
	height: 159px;
	float: left;
	background-color: #666;
}
main .infomation {
	height: 159px;
	margin: 0 0 0 8px;
	width: 566px;
	float: left;
}
main .item {
	vertical-align: top;
	padding-right: 8px;
}
main table td {
	font-size: 1.4rem;
	line-height: 165%;
}


/***
 * R's TV
 */
#rstv {
	width: 740px;
	height: 488px;
	box-sizing: border-box;
	position: relative;
	padding: 71px 0 12px 12px;
	background: url(../img/rstv.jpg) 0 0 no-repeat;
	margin: 0 0 15px 30px;
}
#rstv iframe {
	width: 716px;
	height: 100%;
}
#rstv span {
	position: absolute;
	top: 23px;
	left: 218px;
	display: block;
	width: 487px;
	background-color: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 5px 10px;
	font-weight: bold;
}
/***
 * footer
 */
footer {
	line-height: 180%;
	text-align: center;
	margin-top: 212px;
}
footer #text {
	margin: 15px auto;
	width: 739px;
	border: 2px solid #ffd0c3;
	background-color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
footer #area, footer #customer, footer #address {
	margin: 10px 20px;
	font-size: 1.1rem;
	line-height: 120%;
}

/***
 * CalList Page
 */
#callist {
	width: 650px;
	margin: 0 auto;
}
#callist h3 {
	font-weight: bold;
	font-size: 1.4rem;
}
#callist ol {
	padding: 0px;
	margin: 5px auto;
	border-top: solid 1px #ccc;
	  list-style-type: decimal;
}
#callist ol li {
	padding: 5px 10px 0px 0px;
	margin: 0px 0px 0px 30px;
	font-size: 12px;
	line-height: 1.5em;
}
#callist ol li:hover {
	cursor: pointer;
	text-decoration: underline;
}
#callist section {
	border: solid 1px #999;
	box-sizing: border-box;
	padding: 10px 18px;
	margin-bottom: 30px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	background-color: #fff;
	line-height: 180%;
}
#clistlink {
	position: absolute;
	right: 100px;
	top: 417px;
}
/***
 * Model Page
 */
#model ul {
	margin: 0 0 50px 35px;
}
#model ul li {
	width: 230px;
	min-height: 365px;
	box-sizing: border-box;
	background: #fff5fa;
	padding: 15px 10px;
	margin: 0 20px 40px 0;
	text-align: center;
	line-height: 180%;
	display: inline-block;
	vertical-align: top;
	border-radius: 11px;
	box-shadow:2px 4px 9px -1px #666;
}
#model ul li p {
	margin-top: 5px;
}

/***
 * Sysmte Page
 */
#system {
	margin: 0 auto;
	width: 800px;
	text-align: center;
}
#system ul {
	margin: 50px 0 50px 30px;
	overflow: hidden;
}
#system ul li {
	width: 370px;
	height: 280px;
	margin: 30px 10px 20px 0;
	padding: 140px 0 0 70px;
	float: left;
	text-align: center;
	box-sizing: border-box;
}
#system ul li {
	font-size: 2.0rem;
	font-weight: bold;
	color: #e398d3;
}
#system ul li p {
	width: 250px;
	margin: 10px 0 0 10px;
	text-align: left;
	font-size: 1.4rem;
	font-weight: normal;
	color: #333;
}
#system #item01 {
	background: url(../img/system_itembk01.jpg) no-repeat 0 0;
}
#system #item02 {
	background: url(../img/system_itembk02.jpg) no-repeat 0 0;
}
#system #item03 {
	background: url(../img/system_itembk03.jpg) no-repeat 0 0;
}
#system #item04 {
	background: url(../img/system_itembk04.jpg) no-repeat 0 0;
}
#system #msg {
	margin: 0 auto 50px auto;
	width: 90%;
	overflow: hidden;
}
#system #msg>div {
	padding: 5px;
	width: 250px;
	height: 60px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #e398d3;
	color: #fff;
	font-size: 1.8rem;
	box-sizing: border-box;
	float: left;
}
#system #msg p {
	width: 450px;
	text-align: left;
	margin: 10px 0 0 15px;
	line-height: 180%;
	float: left;
}


/***
 * admin
 */
#admin {
	width: 760px;
	margin: 0 auto;
}
#admin ul {
	overflow: hidden;
}
#admin ul li {
	float: left;
	padding: 0 20px;
	border-left: solid 1px #999;
}
#admin ul li:first-child {
	padding-left: 0px;
	border-left: none;
}
#admin #msg {
	padding: 20px 0 20px 0;
}
#admin section {
	border: solid 1px #999;
	box-sizing: border-box;
	padding: 10px 5px;
	margin-bottom: 30px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	background-color: #FFFEE4;
	line-height: 180%;
}
#admin .itemtitle {
	width: 80px;
	text-align: right;
	float: left;
	padding: 5px;
}
#admin .itemtitle2 {
	width: 100px;
	text-align: right;
	display: inline-block;
	padding: 5px;
}
#admin section table {
	width: 100%;
}
#admin section table .tbltitle {
	font-size: 1.2rem!important;
	width: 80px;
	text-align: right;
	padding: 5px;
}

.twitter-timeline {
	min-width: 720px!important;
}
iframe.twitter-timeline {
    width: 800px;
}
#tw {
	margin: 0 0 15px 30px;
	padding: 66px 0 0 10px;
	height: 281px;
	background: url(../img/twbk.jpg) 0 0 no-repeat;
	box-sizing: border-box;
}
#moto {
	left: -34px;
	position: absolute;
	top: 0;
}
.bunners img {
	width: 740px;
}
.bunners {
	width: 740px;
	margin: 0 0 5px 30px;
}
/* admin model */
.model_sort {
	cursor: move;
}
.model_edit,
.model_del {
	cursor: pointer;
}
.hv {
	color: #21759b;
}
.hv:hover {
	color: orange;
}
.model_sort_list .wrap {
	width: 230px;
	min-height: 440px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	border: 1px solid #b7b7b7;
	border-radius: 6px;
	padding: 10px;
	box-sizing: border-box;
	margin: 5px;
	background: #fff5fa;
}
/* model bosyu */
#form {
	width: 720px;
	margin: 0 auto;
}
#form h2,
#form h3 {
	font-size: 18px;
	background-image: url(../img/bosyu_haikei.jpg);
	background-repeat: no-repeat;
	padding: 5px 0 2px 15px;
	color: #800064;
	/*font-weight: bold;*/
	/*text-shadow: 0 1px #fff, 1px 0 #fff, -1px 0 #fff, 0 -1px #fff;*/
}
#form h2 + p,
#form h3 + form,
#form h3 + p {
	margin: 15px 15px 50px 15px;
	font-size: 14px;
}
#form h3 + form {
	margin-top: 30px;
}
/* form */
main #form form {
	width: 720px;
}
main #form .form-group {
	margin-bottom: 20px;
	overflow: hidden;
	text-align: left;
}
main #form input {
	height:40px;
	border-radius: 4px;
	border: 1px solid #888;
	color: #555;
	font-size: 1.4rem;
	padding: 3px 10px;
	width: 300px;
}
main #form input[type="file"] {
	border: none;
	padding: 0;
	height: auto;
}
main #form textarea {
	font-family: sans-serif;
	border-radius: 4px;
	border: 1px solid #888;
	color: #555;
	font-size: 1.4rem;
	padding: 8px 10px;
	width: 430px;
	line-height: 143%;
	height: 220px;
}
main #form .form_title {
	text-align: left;
	line-height: 50px;
	height: 48px;
	width: 140px;
	float: left;
	overflow: hidden;
}
main #form .help-block {
	color: red;
}
main #form .one_col_box {
}
main #form .one_col_box button {
	border: solid 1px #999;
	padding: 10px 30px;
	font-size: 1.3rem;
	font-weight: bold;
	color: #333;
	cursor: pointer;
	margin-top: 20px;
}
main #form #success {
	color: green;
}
main #form input[type=checkbox] {
	width: 23px;
	height: 23px;
	float: left;
}
/* Footer管理 */
textarea#foot_txt {
	width: 80%;
	height: 120px;
}