﻿/* CSS Document */
@charset "utf-8";

html {
}


body {
	font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:0px auto 0px auto;
	padding:0px;
	font-size:17px;
	color:#4e4e4e;
	line-height:1.8;
	width:100%;
	position:relative;
	right:0;
	overflow-x:hidden;
	-webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 640px) {
	body {
		width:640px;
	}
}

a:link		{ text-decoration:none;}
a:visited	{ text-decoration:none;}
a:hover		{ text-decoration:none;}
a:active	{ text-decoration:none;}

img {
	border:none;
	vertical-align:bottom;
	max-width: 100%;
	height: auto;
	width:auto;
}

.clearfix {zoom:1;overflow:hidden;}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}


/* navi */

.all_wrap{
	width:100%;
	position:relative;
	right:0;
	overflow-x:hidden;
}


/* header */
header{
}
h1{
	margin:0;
	padding:0;
	text-align:center;
}
/* wrapper */

.wrapper{
	padding:0 5%;
}

.star_box{
	font-size:0;
}
.star_box .star{
	width:12%;
	display:inline-block;
	vertical-align:top;
}

h2{
	margin:3px 0 0 0;
	padding:0 0;
	/*border-top:2px solid #6b204f;*/
	/*border-bottom:2px solid #6b204f;*/
	font-size:22px;
	color:#0e050a;
	font-weight:bold;    line-height: 1.5;
}
h3{
	margin:30px 0 0 0;
	color:#000;
	font-weight:bold;
	padding: 1.7% 3% 1%;
    /* background: #F1F1F1; */
	background-color: #efeded;
    border-left: 4px solid #6b204f;
	/*border-bottom: 1px solid #6b204f;*/
    font-size: 21px;line-height: 1.5;
}
.topbox{border-bottom:5px solid #6b204f;background-color: #efeded;padding:15px;}


h3.two_line{
	padding-top:7px;
	line-height:1.1;
}
h3.two_line span{
	font-size:12px;
}

.contents_text{
	padding-top:20px;
}
.contents_text a{
	color:#2689ab;
	text-decoration:underline;
}
.contents_text strong{
	color:#000;
	font-weight:bold;
}
.contents_text span.point{
	color:#e60012;
	font-weight:bold;
}
.contents_text span.big{
	font-size:17px;
	font-weight:bold;color:#000;
}
.big{font-size:120%;
	font-weight:bold;}

.contents_text span.small{
	font-size:14px;
}
.contents_image{
	padding-top:15px;
	text-align:center;
}
.contents_image a{
  display: block;
  position: relative;
}
.btn{
  display: block;
	width:100;
	position:absolute;
  left: 0;
  
}
.btn.btn6{
  bottom: 12.5%;
}
.btn.btn7{
    bottom: 2.5%;
}
.btn img{
  margin: 0 auto;
  animation:ease-out 2s fuwafuwa infinite;-webkit-animation:ease-out 2s fuwafuwa infinite;
}
.btn.btn7 img{
  width: 96%;
}
.btn.btn6 img{
  width: 85%;
}
@-webkit-keyframes fuwafuwa {
	0% {-webkit-transform:translateY(0);}
	50% {-webkit-transform:translateY(-15px);}
	100% {-webkit-transform:translateY(0);}
}
@-moz-keyframes fuwafuwa {
	0% {-moz-transform:translateY(0);}
	50% {-moz-transform:translateY(-15px);}
	100% {-moz-transform:translateY(0);}
}


.intro{
	padding-top:15px;
}
.intro .thum{
	width:16%;
	float:left;
}
.intro .inner{
	width:82%;
	float:right;
}
.intro .text{
}
.intro .text strong{
	color:#000;
	font-weight:bold;
}
.intro .name{
	padding-top:15px;
	text-align:right;
}

.voice{
	padding-top:20px;
}
.voice .title{
	font-size:20px;
	color:#000;
	font-weight:bold;
}
.voice .inner{
}
.voice .item{
	padding:15px 0 10px 0;
	border-top:1px solid #000;
}
.voice .inner .item:first-child{
	border-top:none;
}
.voice .thum{
	width:12%;
	float:left;
}
.voice .detail{
	width:85%;
	float:right;
}
.voice .date{
	font-size:13px;
	color:#777;
}
.voice .text{
	padding-top:5px;
	color:#000;
}

h3#company{
	margin-top:3px;
}

.company{
	padding:0 1%;
}
.company .item{
	padding-top:15px;
	color:#000;
}
.company .title{
	font-size:17px;
}
.company .title span{
	color:#ccc;
}
.company .text{
	padding-top:5px;
	font-size:16px;
}
.company .text a{
	color:#000;
}
.company .image{
	padding-top:5px;
	text-align:center;
}
.company .caution{
	padding-top:5px;
	font-size:14px;
	color:#fe227a;
}

.contact{
	margin:10px 1% 0 1%;
}
.contact .title{
	padding:5px 0;
	background:#A9A9A9;
	border-radius:6px 6px 0 0;
	font-size:13px;
	color:#FFF;
	text-align:center;
}
.contact .inner{
	padding:10px;
	border:1px solid #A9A9A9;
	border-top:none;
	border-radius:0 0 6px 6px;
}
.contact .mail{
	text-align:center;
}
.contact .mail a{
	color:#000;
}
.contact .text{
	padding-top:5px;
	font-size:13px;
	color:#000;
}


/* footer */

footer{
	margin-top:30px;
	padding:10px 0;
	background:#fafafa;
	color:#0e050a;
	text-align:center;
	border-top:4px solid #6b204f;
}
nav{
}
nav a{
	color:#0e050a;
}
.copyright{
	padding-top:5px;
	font-size:14px;
	color:#0e050a;
}


/* table */

.table_box{
	width:94%;
	margin:0 auto;
	padding-top:20px;
}
.table_box table {
	border-collapse:collapse;
	width:100%;
	font-size:14px;
	color:#333;
}
.table_box table tr,
.table_box table th,
.table_box table td {
	border-collapse:collapse;
	border:1px solid #CCC;
}
.table_box table th,
.table_box table td {
	padding:8px;
	background:#FFF;
}
.table_box table td{
	background:#FFF;
	margin:0px;
}
.table_box table th {
	background-color:#EFEFEF;
	font-weight:normal;
	text-align:left;
}
.table_box table a {
	color:#0099FF;
}


/* cv_floating */

body.cv_floating .float_btn{
	width:100%;
	margin:0 auto;
	padding:7px 2%;
	background:#FFF;
	border:3px solid #9BBB59;
	position:fixed; bottom:0; left:0;
	box-sizing:border-box;
	display:block;
	z-index:100;
	text-align:center;
}
@media screen and (min-width: 640px) {
	body.cv_floating .float_btn .inner {
		width:640px;
		margin:0 auto;
	}
}
body.cv_floating footer{
	padding-bottom:75px;
}
body.cv_floating .float_btn .inner{
	font-size:0;
}
body.cv_floating .float_btn .logo{
	width:38%;
	padding-right:2%;
	box-sizing:border-box;
	display:inline-block;
	vertical-align:middle;
}
body.cv_floating .float_btn .btn{
	width:62%;
	margin:0;
	padding-top:3px;
	display:inline-block;
	vertical-align:middle;
}
body.cv_floating .float_btn .btn img{
	position:static;
	-moz-animation:none;
	-webkit-animation:none;
	animation:none;
}


/* font */

.blue { color:#0000FF;}
.red { color:#ff0000;}

/*****追加分0303****/
.right{float:right;}
.left{float:left;}
.uranai{background:#F1F1F1;vertical-align:bottom;}
.clear{clear:both;}
.day{padding-top:1.5%;}
.check {font-size:150%;}
.small{font-size:80%;}
.small2{font-size:65%;line-height:110%;}
.yellow {        background: linear-gradient(transparent 60%, #ffff66 60%);
font-weight: bold;}

.pink_line {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #FFCFE5 0%) repeat scroll 0 0;
}
.blue {
    color: #13b5b1;font-weight: bold;}
.pink {
    color: #eb6a7a;font-weight: bold;}

.uranica{    color:#6b204f;}
.blue_line {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #B1FDF6 0%) repeat scroll 0 0;
}




.pre {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
    padding: 1em;
    background: #eee;
    border: solid 1px #ccc;
    word-break: break-all;
    word-wrap: break-word;
    border-radius: 4px;
}







.top_voice{
	margin: 0 auto;
}



.top_voice ul{
	margin: 10px 0 0;
	padding: 0;
	list-style: none;
}

.top_voice ul li{
	margin: 15px 0 0;
	padding: 60px 15px 30px;
	background: url("../images/voice/item.png") no-repeat 20px 20px,#f2eeee;
	background-size: 5%;
}

.top_voice ul li:first-child{
	margin: 0 0 0;
}

.top_voice ul li .top_block{
	margin: 0 0 0;
	font-size: 0;
}

.top_voice ul li .user{
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	width: 30%;
}

.top_voice ul li h4{
	margin: 0 0 0;
	padding: 0 0 0 15px;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	width: 70%;
	color: #eb6a7a;
	font-size: 20px;
}
.top_voice ul li h4 span{
  color: #d7001e;
}

.top_voice ul li .name{
	margin: 0 0 0;
	text-align: right;
	color: #666666;
}

.top_voice ul li .text{
	color: #0d0f10;
}

.site_link{
	margin: 0 10px 0;
}

.site_link p{
	margin: 0 0 0;
}

.site_link .small{
	display: block;
	font-size: 13px;
}