body {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #666;
}
body a {
	color: #000;
	text-decoration: none;
}
body a:hover {
	text-decoration: none;
}
body a img:hover {
	opacity: 0.7;
}

body font{
	line-height: 1em!important;
}

/*Back to Top*/
.backtotop {
display: none!important;
} 
/*
.backtotop {
position: fixed;
right: 20px;
bottom: 20px;
z-index: 100;
display: none;
display: none!important;

} 
.backtotop img {
width: 80px;
height: 123px;
} 
.backtotop a {
display: block;
padding: 0;
margin: 0;
border-radius: 0px;
text-decoration: none;
font-weight: bold;
font-size: 12px;
line-height: 12px;
background: none;
color: #FFF;
	opacity: 1;
}
*/
body img.rp{
	display: block;
	max-width: 95%;
	margin: 20px auto;
}

.yamato1{
	position:absolute;
	margin:27% 69% 0 18%;
}
	
.yamato2{
	position:absolute;
	margin:32% 69% 0 18%;
}

.mauto{
	text-align: center;
	margin:0 auto 20px auto;
}

.mauto img{
	max-width: 95%;
}

.right{
	text-align: right;
}

#left{
	float: left;
}

#right{
	float:right;
}

.col1{
	vertical-align: top;
}

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
 
.cf:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

div.sitemap{
	margin-left: 50px;
	width: 860px;
}
div.sitemap h3{
	border-left:7px solid #B50081;
	padding:8px;
	margin-top:5px;
	margin-bottom:5px;
	font-weight:bold;
	font-size:110%;
}

.sitemap a:hover,
.event a:hover,
.shoplist dd a:hover,
.newslist a:hover {
	opacity: 0.7;
}

/*
#head {
	height: 150px;
	background-image: url(../images/common/headbg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom: 1px solid #A3CA9D;
	position: relative;
	z-index: 9999999;
}
#head .inner {
	width: 960px;
	padding: 0 40px;
	margin: 0 auto;
	position: relative;
}
#head .logo {
	width: 164px;
	position: absolute;
	top: 10px;
	left: 40px;
	margin: 0;
}
#head .gmenu {
	margin: 0;
	padding: 110px 0 0;
	height: 20px;
	list-style: none;
}
#head .gmenu li {
	float: left;
	text-align: center;
}
#head .gmenu li.active a {
	color: #009A82;
}
#head .gmenu li a {
	display: block;
	width: 190px;
	line-height: 20px;
	border-right: 1px solid #CCCCCC;
}
#head .gmenu li:nth-child(1) a{
	width: 190px;
	border-left: 1px solid #CCCCCC;
}
#head .gmenu li a:hover {
	color: #666;
}
#head .submenu {
	position: absolute;
	top: 40px;
	left: 504px;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 470px;
}
#head .submenu li {
	display: inline-block;
	margin-right: 14px;
}
#head .submenu li a{
	display: block;
	padding-left: 23px;
	background-repeat: no-repeat;
	background-position: center left;
	line-height: 20px;
	color: #3e3a39;
}
#head .submenu li a:hover{
	color: #999;
}
#head .submenu li.sitemap a{
	background-image: url(../images/common/headsitemap.png);
}
#head .submenu li.contact a{
	background-image: url(../images/common/headcontact.png);
}
*/

/*googleカスタム検索*/
/*
#cse-search-box {
    width: 220px !important;
    position: absolute;
    top: -10px;
    right: 0px;
}
*/

#cse-search-box div {
    padding: 0 !important;
}
 
#cse-search-box input[type="text"] {
	font-size: 14px;
    line-height: 20px;
    color: #666;
    height: 38px;
    padding: 0 10px !important;
    width: 220px;
    background: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #CCC;
    background-image: none !important;
}
 
#cse-search-box input[type="submit"] {
    background: url("../images/common/icon_search.png") no-repeat scroll 50% 50% #FFF;
    border: 0 none;
    color: #ffffff;
    height: 20px;
    margin: 0;
    overflow: hidden;
    text-indent: -9999px;
    width: 20px;
    -webkit-appearance: none;
    position: absolute;
    top: 10px;
    right: -10px;
    cursor: pointer;
}


.blist {
	border-bottom: 1px solid #CCC;
	background: #F5F5F5;
}
.blist ul {
	width: 960px;
	padding: 0 40px;
	margin: auto;
	list-style: none;
}
.blist ul li {
	padding: 0px ;
	font-size: 12px;
	line-height: 39px;
	display: inline-block;
}
.blist ul li {
	padding-left: 25px;
	background-image: url(../images/common/blist_line.png);
	background-repeat: no-repeat;
	background-position: center left;
}
.blist ul li.top {
	padding-left: 25px;
	background-image: url(../images/common/blist_home.png);
	background-repeat: no-repeat;
	background-position: center left;
}
.blist ul li a {
	color: #3E6695;
}
.blist ul li a:hover {
	color: #009880;
}


.pagetitle {
	font-weight: normal;
	font-size: 36px;
	line-height: 60px;
	padding: 20px 40px;
	margin: 0;
	border-bottom: 1px solid #CCC;
	min-width: 960px;
	text-align: center;
}





#contents {
	width: 960px;
	padding: 40px 40px;
	margin: auto;
}

#contents h2 {
	border: 1px solid #CCC;
	border-bottom: 4px solid #60D9BC;
	font-size: 22px;
	line-height: 30px;
	padding: 10px 15px;
	margin: 0;
	font-weight: normal;
	color: #333;
}

#contents .products {
	margin: 0 0 40px;
}
#contents .products ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 -30px;
	overflow: auto;
}
#contents .products ul li {
	float: left;
	width: 300px;
	padding: 0;
	margin: 20px 0 0 30px;
}
#contents .products ul li h3 {
	padding: 0;
	margin: 0 0 5px;
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	color: #3E6695;
	font-weight: normal;
}
#contents .products ul li p {
	padding: 0;
	margin: 5px 0;
	font-size: 14px;
	line-height: 18px;
	height: 36px
}
#contents .products ul li .kwskbot {
	display: block;
	padding: 0;
	margin: 15px 20px;
	font-size: 16px;
	line-height: 35px;
	border-radius: 18px;
	border: 1px solid #CCC;
	text-align: center;
background-image: -webkit-linear-gradient(top, #FFF, #F5F5F5);
background-image: -moz-linear-gradient(top, #FFF, #F5F5F5);
background-image: -ms-linear-gradient(top, #FFF, #F5F5F5);
background-image: -o-linear-gradient(top, #FFF, #F5F5F5);
background-image: linear-gradient(top, #FFF, #F5F5F5);
}
#contents .products ul li .kwskbot:hover {
background-image: -webkit-linear-gradient(top, #EEE, #E5E5E5);
background-image: -moz-linear-gradient(top, #EEE, #E5E5E5);
background-image: -ms-linear-gradient(top, #EEE, #E5E5E5);
background-image: -o-linear-gradient(top, #EEE, #E5E5E5);
background-image: linear-gradient(top, #EEE, #E5E5E5);
}

#contents .productscat ul {
	list-style: none;
	padding: 0;
	margin: 20px -1px;
	overflow: auto;
}
#contents .productscat ul li {
	float: left;
	padding: 0;
	margin: 0;
}
#contents .productscat ul li a img {
	border: 1px solid #CCC;
	border-left: none;
}
#contents .productscat ul li:nth-child(1) a img {
	border-left: 1px solid #CCC;
}


/*店舗情報詳細*/
#contents .shopsingle h1 {
	font-size: 22px;
	line-height: 26px;
	font-weight: normal;
	margin: 0;
	padding: 15px 15px 0;
	border: 1px solid #CCC;
	border-bottom: none;
	width: 433px;
	float: left;
}
#contents .shopsingle .prefecture {
	font-size: 22px;
	line-height: 20px;
	margin: 0;
	padding: 15px 15px 0;
	border: 1px solid #CCC;
	border-bottom: none;
	width: 433px;
	float: right;
}
#contents .shopsingle .basicinfo {
	clear: both;
	margin: 0;
	list-style: none;
	padding: 50px 0 70px 15px;
	overflow: auto;
}
#contents .shopsingle .basicinfo img {
	float: left;
}
#contents .shopsingle .basicinfo li {
	margin: 0 0 0 370px;
	line-height: 32px;
}
#contents .shopsingle .basicinfo li.pcode {
	padding: 10px 0 0;
	font-size: 16px;
}
#contents .shopsingle .basicinfo li.addr, #contents .shopsingle .basicinfo li.tel {
	font-size: 18px;
}
#contents .shopsingle .basicinfo li.subinfo {
	margin-top: 20px;
	padding: 10px 15px;
	font-size: 16px;
	line-height: 26px;
	border: 1px solid #009A82;
}
#contents .shopsingle .basicinfo li.subinfo span {
	width: 80px;
	display: inline-block;
}
#contents .shopsingle .service {
	width: 400px;
	float: left;
	overflow: auto;
	list-style: none;
	padding: 0;
	margin: 0 15px;
}
#contents .shopsingle .service li {
	display: inline-block;
	margin: 0 4px 0 0;
	width: ;
}
#contents .shopsingle .service li.mmk {
	display: block;
	margin: 20px 0 0;
}

#contents .shopsingle h3 {
	margin: 0 0 10px;
	padding: 7px 20px 3px;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	background: #EBEBEC;
}
#contents .shopsingle .chirashi {
	margin: 0 0 60px 440px;
}
#contents .shopsingle .chirashi ul {
	margin: 5px 0;
	padding: 0;
}
#contents .shopsingle .chirashi ul li {
	display: inline-block;
	margin: 0 5px 0 0;
}
#contents .shopsingle .gmap {
	margin: 0 0 60px;
}
#contents .shopsingle .gmap .storename {
	margin: 10px 0 5px;
	font-size: 18px;
	line-height: 30px;
}
#contents .shopsingle .gmap iframe {
	width:958px;
	height: 573px;
	border: 1px solid #CCC;
}
#contents .shopsingle .gmap .addr {
	margin: 5px 0;
	font-size: 16px;
	line-height: 20px;
}


/*shoplist*/
#contents .shoplist dl {
	width: 463px;
	border: 1px solid #CCC;
	font-size: 16px;
	margin: 0 0 30px;
}
#contents .shoplist dl.aomori {
	float: left;
}
#contents .shoplist dl.akita {
	float: right;
	margin-bottom: 50px;
}
#contents .shoplist dl.honbu {
	clear: left;
}
#contents .shoplist dl h2 {
	border-top: none;
	border-left: none;
	border-right: none;
}
#contents .shoplist dl dt {
	padding: 2px 15px;
	float: left;
	line-height: 20px;
}
#contents .shoplist dl dd {
	padding: 2px 15px;
	margin: 0 0 0 80px;
	border-left: 1px solid #CCC;
}
#contents .shoplist dl dd a {
	padding: 0 0 0 20px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url(../images/shop_list/shop_arrow.png);
}
#contents .shoplist dl dt,
#contents .shoplist dl dd a {
	color: #333;
}
#contents .shoplist dl dt:nth-child(2), 
#contents .shoplist dl dd:nth-child(3) {
	padding-top: 15px;
} 
#contents .shoplist dl dd:nth-last-child(1) {
	padding-bottom: 15px;
}
#contents .shoplist .map_canvas {
	clear: both;
	margin: 40px 0;
}

#contents .shoplist .map_canvas iframe {
	width:958px;
	height: 573px;
	border: 1px solid #CCC;
}


#contents .shoplist .map_canvas {
	width: 958px;
	height: 800px;
	border: 1px solid #CCC;
}







/*massege*/
#contents .message p {
	font-size: 18px;
	line-height: 30px;
	margin: 15px;
	text-align: justify;
}
#contents .message dl {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 0 15px 60px;
}
#contents .message dl dt {
	color: #71976B;
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	margin: 26px 0 0;
	padding: 0;
}
#contents .message dl dd {
	font-size: 18px;
	line-height: 30px;
	margin: 0;
	padding: 0;
}
#contents .message table {
	margin: 20px auto 10px auto;
	width: 100%;
}
#contents .message th {
	background-color: #b4e8c1;
	width: 30%;
}
#contents .message td {
	background-color: #ffffff;
	width: 70%;
}
#contents .message .tsukamoto {
	text-align: right;
	margin: 0 10px 40px;
}

#contents .message .block_wrap {
	margin-bottom: 20px;
    width: 960px;
}
#contents .message .block_wrap::after {
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}
#contents .message .block_left {
	float: left;
	width: 60%;
}
#contents .message .block_right {
	float: right;
	width: 38%;
	margin-left: 2%;
	text-align: center;
}
#contents .message .block_right img {
	max-width: 100%;
}


#contents .message .date {
	margin: 10px 20px;
	text-align: right;
}
/*index*/
.slide {
	margin: 0;
	padding: 0;
	min-width: 1040px;
}
.slide ul {
	margin: 0;
	padding: 0;
}
.slide ul li {
	margin: 0;
	padding: 0;
}
.bnr {
	margin: -20px 0 0;
	background: #DDEFED;
}
.bnr ul {
	list-style: none;
	width: 1000px;
	margin: auto;
	padding: 50px 20px 20px;
	overflow: auto;
}
.bnr ul li {
	float: left;
	margin: 0 0 0 20px;
}
.bnr ul li img {
	border-radius: 6px;
}
.carousel {
	margin: -15px 0 0;
	padding: 0;
}
.carousel ul {
	margin: 0;
	padding: 0;
}

.news {
	border: 1px solid #CCC;
	margin: 20px 0 40px;
}
#contents .news h2 {
	border: none;
	border-left: 4px solid #709798;
	padding: 0 10px;
	margin: 15px;
	line-height: 30px;
	font-size: 24px;
	color: #286465;
}
#contents .news dl {
	border-top: 1px solid #CCC;
	padding: 15px 15px 0;
}
#contents .news dl dt {
	padding: 0 0 0 20px;
	float: left;
	clear: both;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url(../images/top/indexnews_arrow.png);
}
#contents .news dl dd {
	margin: 0 0 10px;
	padding: 0 0 10px 230px;
	border-bottom: 1px dotted #EE706B;
	background-repeat: no-repeat;
	background-position: 130px 2px;
}
#contents .news dl dd {
	background-image: url(../images/top/indexnews_info.png);
}
#contents .news dl dd a {
	color: #2868B5;
}
#contents .news a:hover {
	text-decoration: underline;
}
#contents .news dl dd img {
	display: inline-block;
	position: relative;
	top: 2px;
	width: 45px;
	height: 17px;
	background-color: #ffcccc;
}


#contents .news .forlist {
	text-align: right;
	margin: 10px 15px;
}
#contents .news .forlist a {
	color: #2868B5;
	line-height: 20px;
	padding: 0 0 0 20px;
	background-repeat: no-repeat;
	background-position: 0px -2px;
	background-image: url(../images/top/indexnews_more.png);
}



#contents .newslist {
	margin: 20px 0 40px;
}
#contents .newslist h2 {
	width: 100%;
	border: none;
	border-left: 4px solid #709798;
	padding: 0 10px;
	margin: 15px;
	line-height: 30px;
	font-size: 24px;
	color: #286465;
	box-sizing: content-box;
}

#contents .newslist p {
	padding: 10px;
	width: 100%;
	box-sizing:border-box;
}

#contents .newslist tr{
	width: 100%;
}

#contents .newslist img{
	max-width: 100%;
}

#contents .yearlist .info{
	display: inline-block;
	margin: 0 0 10px 10px;
	padding-left: 5px;
	width: 100%;
	font-size: 14px;
	line-height: 18px;
	vertical-align: middle;
	border-left: 4px solid #709798;
}

#contents .yearlist {
	margin-block-start: 20px;
}

#contents .yearlist ul {
	margin: 0 0 5px 0;
	padding: 0;
	width: 100%;
    font-size: 20px;
    line-height: 20px;
}

#contents .yearlist li {
	display: inline-block;
	margin: 10px;
	padding: 0 2px;
	border-bottom: 2px solid #709798;
}

#contents .yearlist li.active {
	border-bottom: 2px solid #dd0000;
}

#contents .yearlist a {
	color: #333 !important;
}

#contents .yearlist a:hover {
	opacity: 0.7;
}

/*about*/
.topimg img {
	width: 100%;
	min-width: 1040px;
}
#contents .about ul{
	list-style-type: none;
	padding: 0 0 0 20px;
}
#contents .about ul li a {
	font-size: 16px;
	line-height: 22px;
	margin: 10px 0;
	padding: 2px 0 0 24px;
	width: 446px;
	float: left;
	background: url(../images/company/shop_arrow.png) no-repeat left center;
}
#contents .about ul li a:hover {
	opacity: 0.7;
}

/*history*/
#contents .history dl {
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #CCC;
	overflow: auto;
}
#contents .history dl dt {
	border-top: 1px solid #CCC;
	float: left;
	clear: left;
	width: 14%;
	padding: 20px 0 20px 2%;
	font-weight: bold;
}
#contents .history dl dd {
	border-top: 1px solid #CCC;
	float: left;
	width: 40%;
	padding: 20px 0 20px 2%;
	margin: 0;
}
#contents .history dl .first{
	background: #F5F5F5;
	padding: 10px 0 10px 2%;
}
#contents .history dl dt.first{
	font-weight: normal;
}


/*privacy*/
#contents .privacy ul {
	list-style-type: decimal;
	padding-left: 24px;
}
#contents .privacy ul li {
	margin: 20px 0;
}
#contents .privacy ul li ul {
	list-style-type: upper-alpha;
}


/*principle*/
#contents .principle .intro {
	margin: 0px 0px;
}
#contents .principle ul {
	list-style-type: decimal;
	padding-left: 24px;
	margin: 0px 0px 40px;
	padding-top: 20px;
}
#contents .principle ul li {
	margin: 20px 0;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}
#contents .principle ul p {
	margin: 40px 40px;
	text-align: center;
}
#contents .principle ul p span {
	font-size: 1.6em;
}
#contents .principle ul img {
	display: block;
	margin: 10px auto;
}


/*kodenkaishu*/
#contents .kodenkaishu .col {
	text-align: center;
}
#contents .kodenkaishu .col img {
	display: block;
	margin: auto;
}


/*募金活動*/
#contents .bokin .col p {
	text-align: center;
	margin: 30px 0 0;
}
#contents .bokin .col .total span {
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	color: #CA2A1D;
}
#contents .bokin .col .postmeta {
	text-align: right;
	margin: 30px 20px 40px;
}
#contents .bokin .col dl {
	border-bottom: 1px solid #CCC;
	overflow: auto;
}
#contents .bokin .col dl dt {
	border-top: 1px solid #CCC;
	float: left;
	clear: left;
	padding: 10px 20px;
	margin: 0;
	width: 160px;
}
#contents .bokin .col dl dd {
	border-top: 1px solid #CCC;
	float: left;
	padding: 10px 20px;
	margin: 0;
	width: 340px;
	font-weight: bold;
}
#contents .bokin .col dl dd:nth-child(3n+3) {
	text-align: right;
	font-weight: normal;
}

/*ecology*/
#contents .ecology h2 {
	border: none;
	margin: 40px 0;
	text-align: center;
}
#contents .ecology h2 img {
	height: 90px;
}
#contents .ecology h3 {
	font-size: 24px;
	line-height: 32px;
	color: #009270;
	border-left: 4px solid #009270;
	padding-left: 10px;
	margin: 40px 0 10px;
}
#contents .ecology p {
	font-size: 16px;
	line-height: 26px;
	margin: 10px 0 40px;
	text-align: justify;
}
#contents .ecology .fright {
	margin: -43px 0 10px 20px;
	float: right;
}
#contents .ecology .ecoright {
	width: 225px;
	float: right;
	margin: -68px 0 0 20px;
}

/*activities*/
#contents .activities .col p {
	font-size: 16px;
	line-height: 26px;
	margin: 20px 0px;
	text-align: justify;
}
#contents .activities .col .caption {
	margin: 0px 0px 20px;
}

/*song*/
#contents .song p {
	font-size: 16px;
	line-height: 26px;
	margin: 10px 0 40px;
	text-align: justify;
}
#contents .song .words {
	float: left;
}
#contents .song .bgm {
	text-align: center;
	width: 300px;
	padding: 0 18px 10px;
	margin: 0 0 20px 620px;
	border: 1px solid #AAA;
	border-radius: 5px;
}
#contents .song .bgm h3 {
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	color: #009270;
}



/*col*/
#contents .col {
	overflow: auto;
	margin: 0 0 40px;
}
#contents .col a.textbot {
	display: inline-block;
	margin: 10px 0;
	padding: 7px 15px;
	border: 1px solid #CCC;
	border-radius: 4px;
	background: #F5F5F5;
}
#contents .col a.textbot:hover {
	background: #EEE;
}

.col img.fright{
	float: right;
	margin: 10px 0 10px 20px;
}
.col img.fleft{
	float: left;
	margin: 10px 20px 10px 0;
}



.indexundermenu ul {
	margin: 20px 0 20px -20px;
	padding: 0;
	list-style: none;
	overflow: auto;
}
.indexundermenu ul li {
	float: left;
	margin: 0 0 0 20px;
	width: 223px;
	overflow: hidden;
	border: 1px solid #CCC;
}
.indexundermenu ul li h3 {
	background: #3F6438;
	color: #FFF;
	font-weight: normal;
	font-size: 20px;
	line-height: 35px;
	margin: -7px 0 0;
	text-align: center;
}


/*foot*/
/*
#foot {
	height: 250px;
	background: #EDEDED;
	color: #777;
}
#foot .inner {
	width: 960px;
	padding: 20px 40px;
	margin: 0 auto;
	position: relative;
}
#foot .menu {
	min-height: 150px;
	margin: 0;
	border-left: 1px solid #CCC;
	float: left;
	width: 600px;
}
#foot .menu ul {
	margin: 0;
	padding: 0 30px;
	list-style: none;
	float: left;
	border-right: 1px solid #CCC;
	min-height: 150px;
}
#foot .menu ul li a {
	line-height: 25px;
	color: #777;
}
#foot .menu ul li a:hover {
	color: #333;
}
#foot .info {
	position: absolute;
	top: 35px;
	right: 20px;
}
#foot .info h2 {
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	margin: 7px 0 0;
}
#foot .info .addr {
	font-size: 12px;
	line-height: 18px;
	display: inline-block;
}
#foot .copyright {
	position: absolute;
	top: 195px;
	border-top: 1px solid #CCC;
	font-size: 12px;
	line-height: 20px;
	padding: 15px 0 0;
	text-align: center;
	width: 960px;
}
*/

#contentWrapper{
	margin: 0 auto;
	width:100%;
}

#contentWrapper table{
	width: 100%;
	max-width: 730px;
}

#contentWrapper img{
	display: block;
	max-width:100%;
	margin: 0 auto;
}
#contentWrapper img.shop_image{
	display: block;
	max-width:200px;
	margin: 0 auto;
}

.width100{
	max-width: 100% !important;
}

.red {
	color: #ff0000;
}
.bold {
	font-weight: bold;
}

#contents .contact .flow {
	margin: 20px 0;
	text-align: center; 
}
#contents .contact .flow img{
	margin: 0 auto;
	max-width: 95%;
}
#contents .contact .directions {
	margin: 0 2% 10px 2%;
}
#contents .contact .policy_area{
	margin: 0 2%;
	border: 1px solid #dddccc; 
}
#contents .contact .policy_area p{
	padding: 1em 2em;
}

#contents .contact ol{
	margin: 10px 0;
	padding: 0.5em 1em;
}
#contents .contact ol li{
    list-style-position: outside;
    list-style-type: none;
}
#contents .contact .btn_area{
	margin: 20px;
	text-align: center; 
}
#contents .contact .btn_area a,
#contents .contact .btn_area input[type=image] {
	margin: 0 5px;
}
#contents .contact table {
	border-collapse: collapse;
	empty-cells: show;
	margin: 10px auto 20px auto;
	width: 100%;
}
#contents .contact th,
#contents .contact td {
	border: 1px solid #ddd;
	vertical-align: middle;
	padding: 8px;
}
#contents .contact th {
	background-color: #b4e8c1;
	width: 30%;
	text-align: center;
}
#contents .contact td {
	background-color: #ffffff;
	width: 70%;
}

#contents .contact th span {
	margin: 0 5px;
	padding: 1px 6px;
	font-size: 90%;
	color: #fff;
	background: #dd0000;
	display: inline-block;
}
#contents .contact td .note {
	font-size: 80%;
}
#contents .contact textarea {
	width: 95%;
	height: 150px;
	border-width: 1px;
	padding: 2px;
}

#contents .contact input[type=text] {
	width: 60%;
	border-width: 1px;
	padding: 2px;
}
#contents .contact #companyName {
	text-align: right;
}
#contents .contact select {
	border-width: 1px;
	padding: 2px;
	-webkit-appearance: auto;
    appearance: auto;
}