﻿@charset "utf-8";
/*
Theme Name: temp
Theme URI: http://yp1.jp/
Description:デフォルトテンプレート・Version: 1.0
Author: (株)ヤマプラ
Author URI: http://yp1.jp/
Tags: 
*/


/* import
----------------------------------------------------------------------------- */
@import "default.css";
@import "layout.css";
@import "http://aster-ritsumei.com/css/iconize.css";
@import "member.css";
@import "business.css";


/* link
----------------------------------------------------------------------------- */
a:link{
color: #0000FF;
}

a:orver{
color: #FF0000;
}

a:visited{
color: #003399;
}

#globalnavi .inquiry a,
#pagetop a,
#footer a{
color: #FFFFFF;
text-decoration: none;
}

a:hover,
#globalnavi .inquiry a:hover,
#pagetop a:hover,
#footer a:hover{
color: #FF0000;
text-decoration: underline;
}

#contents a{
color: #0000FF;
text-decoration: underline;
}

#contents a:hover{
color: #FF0000;
text-decoration: none;
}


/* archive single
----------------------------------------------------------------------------- */
#contents h2,
#contents h2 img{
margin: 0px;
padding: 0px;
}
#contents .title_comment{
padding-bottom: 40px;
padding-left: 20px;
}

#contents .post h3{
padding: 5px;
clear: both;
background-color: #F1EDE0;
}
#contents .post h4{
margin-bottom: 0.5em;
padding: 5px;
float: none;
clear: both;
background-color: #EEEEEE;
}

#contents .post{
padding-bottom: 20px;
}

#contents .post p.date{
font-size: 80%;
text-align: right;
padding-top: 0.5em;
}

#contents .post .entry{
padding: 1em 0px 1em 1em;
}

#contents .post .entry li,
#contents .business_wrap li{
padding-bottom: 0.5em;
padding-left: 15px;
background-image: url('images/point02.gif');
background-repeat: no-repeat;
background-position: left 0.4em;
}

#contents .navigation{
font-size: 88%;
}

#contents .navigation .next{
text-align: right;
float: right;
width: 50%;
}

#contents .navigation .back{
float: left;
width: 50%;
}

#contents .more-link{
font-weight: bold;
text-align: right;
padding-top: 0.5em;
display: block;
}

/* table
----------------------------------------------------------------------------- */
#contents .post .entry .table{
margin-bottom: 20px;
margin-left: 1em;
border-top: 1px solid #999999;
border-left: 1px solid #999999;
width: 90%;
}

#contents .post .entry .table th,
#contents .post .entry .table td{
padding: 5px;
border-right: 1px solid #999999;
border-bottom: 1px solid #999999;
}


/* img
----------------------------------------------------------------------------- */
p img {
	padding: 0;
	max-width: 100%;
	}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* form
----------------------------------------------------------------------------- */
.entry .wpcf7{
	background-color: #F5F5F5;
	padding: 20px;
	margin-top: 40px;
}

.entry .wpcf7 p{
	padding-bottom:10px;
	font-weight: bold;
}

.entry .wpcf7 .wpcf7-list-item{
display:block;
}

.entry .wpcf7 .wpcf7-form-control-wrap{
font-weight:normal}

.entry .wpcf7 p.btn{
	background-color: #FFFFFF;
	padding: 20px;
	text-align: center;
	border: 3px double #EEEEEE;
}

.entry .wpcf7 p.btn input{
	padding: 5px 20px;
	font-size: 117%;
}


/* toppage 追加
----------------------------------------------------------------------------- */
#toppage .form{
	padding:10px 20px;
	background-color: #FFFFFF;
	float: right;
	width: 320px;
}

#toppage .form h2{
	background-color:#EA5E00;
	text-align: center;
	padding: 5px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #FFFFFF;
	border: 2px double #CC3300;
}

#toppage .form ul{
width:300px;
clear:both;
float:none;}

#toppage .form li{
padding-left: 15px;
background-image: url('images/point02.gif');
background-repeat: no-repeat;
background-position: left 0.3em;
}


