@charset 'UTF-8';


/*SP表示*/
@media screen and (max-width: 749px) {
.pc_display{
	display:none;
}
.sp_display{
	display:block;
}

}

/*PC表示*/
@media screen and (min-width: 750px) {
.sp_display{
	display:none;
	}
.pc_display{
	display:block;
	}
}


/* CSS Document */

body{
	-webkit-text-size-adjust: 100%;
}

#contents{
	margin-top:0 !important;
	padding-top:50px;
}

#contents ul{
	background: none;
}

#right_content {
	width:670px;
	margin-left:auto;
	margin-right:auto;
}

p.page_title{
	background:url(../img/paragel/ttl-paragel.gif) no-repeat left top;
	padding:20px 0 5px 150px;
	border-bottom:1px solid #EC7392;
	margin:30px 0 20px;
	font-size:11px;
	color:#8D8B83;
	letter-spacing:1px;
}

ul.link_btn{
	height:35px;
	margin:0 !important;
	padding:0 !important;
	margin-bottom:70px !important;
}

ul.link_btn li{
	float:left;
	width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
	margin-right:20px !important;
}

ul.link_btn li:last-child{
	margin-right:0 !important;
}

p.content_title{
	font-size:13px;
	color:#4C4948;
	margin-bottom:30px;
	letter-spacing:2px;
}

p.title_about{
	background:url(../img/paragel/ttl-about.gif) no-repeat left top;
	padding:20px 0 10px 310px;
	border-bottom:1px solid #A99F97;
}

p.title_what{
	background:url(../img/paragel/ttl-what.gif) no-repeat left top;
	padding:20px 0 10px 340px;
	border-bottom:1px solid #A99F97;
}

p.title_staff{
	background:url(../img/paragel/ttl-staff_intro.gif) no-repeat left top;
	padding:45px 0 10px 0;
	border-bottom:1px solid #A99F97;
}

p.text_about{
	font-size:25px;
	color:#C69C6D;
	letter-spacing:2px;
	margin-bottom:20px;
}

div.panel_base{
	overflow:hidden;
	margin-bottom:50px;
}

div.panel_base dl{
	float:left;
	width:160px;
	text-align:center;
	margin-right:10px;
}

div.panel_base dl:last-child{
	margin-right:0px;
}

div.panel_base dl dt{
	margin-bottom:5px;
}

div.panel_base dl dd{
	font-size:13px;
	color:#C69C6D;
	line-height:1.7em;
}

dl.concept{
	margin-bottom:130px;
}

dl.concept dt{
	font-size:23px;
	color:#F29E97;
	border-bottom:1px dashed #F29E97;
	padding-bottom:10px;
	margin-bottom:10px;
	letter-spacing:2px;
	font-weight:bold;
}

dl.concept dd{
	font-size:14px;
	color:#A99F97;
	line-height:1.7em;
}

ul.osusume_list{
	height:158px;
	margin:0 !important;
	padding:0 !important;
	margin-bottom:20px !important;
}

ul.osusume_list li{
	float:left;
	width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
	margin-right:25px !important;
}

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

div.text_osusume{
	width:620px;
	padding:30px 0;
	background:#F29E97;
	margin-bottom:50px;
	line-height:1.4em;
}

div.text_osusume p{
	font-size:25px;
	color:#FFFFFF;
	text-align:center;
	padding-top:15px;
}

dl.text_osusume{
}

dl.text_osusume dt{
	font-size:33px;
	color:#C69C6D;
	letter-spacing:4px;
	font-weight:bold;
}

dl.text_osusume dd{
	font-size:20px;
	color:#A99F97;
	letter-spacing:2px;
}

dl.q_a{
	width:600px;
	margin-bottom:40px;
}

dl.q_a dt{
	background:url(../img/paragel/ic-q.gif) no-repeat left top;
	font-size:24px;
	color:#4C4948;
	padding-left:40px;
	padding-bottom:15px;
	border-bottom:1px dashed #A99F97;
	margin-bottom:15px;
	letter-spacing:2px;
}

dl.q_a dd.text01{
	font-size:18px;
	color:#F29E97;
	margin-bottom:10px;
	letter-spacing:2px;
}

dl.q_a dd.text01 span{
	font-size:12px;
	color:#F29E97;
}

dl.q_a dd.text02{
	font-size:14px;
	color:#A99F97;
}

p.text_staff{
	font-size:25px;
	color:#C69C6D;
	margin-bottom:20px;
}

p.text_staff span{
	font-size:19px;
	color:#C69C6D;
}

div.staff_box{
	overflow:hidden;
	margin-bottom:40px;
}

div.staff_box p{
	float:left;
}

div.staff_box dl{
	float:right;
	width:500px;
}

div.staff_box dl dt{
	font-size:19px;
	color:#C69C6D;
	margin-bottom:20px;
	line-height:1.3em;
}

div.staff_box dl dd{
	font-size:14px;
	color:#A99F97;
}

/*/////////////スタイル用css////////////////////*/
.mtop20 {
	margin-top:20px;
}

.mtop40 {
	margin-top:40px;
}


.mleft20 {
	margin-left:20px;
}

.mleft100 {
	margin-left:100px;
}

.mtop10 {
	margin-top:10px;
}

.mbot5 {
	margin-bottom:5px;
}

.mbot10 {
	margin-bottom:10px !important;
}

.mbot15 {
	margin-bottom:15px;
}

.mbot20 {
	margin-bottom:20px;
}

.mbot25 {
	margin-bottom:25px;
}

.mbot30 {
	margin-bottom:30px;
}

.mbot40 {
	margin-bottom:40px;
}

.mbot50 {
	margin-bottom:50px;
}

.mbot60 {
	margin-bottom:60px;
}

.mbot70 {
	margin-bottom:70px;
}

.mbot90 {
	margin-bottom:90px !important;
}

.mbot100 {
	margin-bottom:100px !important;
}

.btm0 {
	margin-bottom:0 !important;
}


.center {
	text-align:center;
}