@charset "utf-8";
/*
Theme Name: My theme
Description: オリジナルテーマ
Version: 1.0
*/


/* ▼PC用のスタイル */
/* CSS Document */
/* --------------------
	default css
-------------------- */
body { text-align:center; color:#000; background-color:#e4faff; }

html,body,h1,h2,h3,h4,h5,h6,p,blockquote,address,ol,ul,li,dl,dt,dd,table,th,td,form,input,textarea,select,option { margin:0px; padding:0px; font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif; font-size:13px; line-height:1.6em; }

ul,ol,li { list-style:none; }

img { border:none; }

a:link{ color:#dfa13a; text-decoration:none; }
a:visited{ color:#dfa13a; text-decoration:none; }
a:hover{ color:#dfa13a; text-decoration:underline; }
a:active{ color:#dfa13a; text-decoration:underline; }


/* --------------------
	module css
-------------------- */
.clear { clear:both; }
br.clear { display:block; clear:both; height:1px; font-size:0px; line-height:1px; }

.left { float:left; }
.right { float:right; }

.txt_normal { font-weight:normal; }
.txt_bold { font-weight:bold; }

.txt_red { color:#F00; }
.txt_white { color:#fff; }
.txt_blue { color:#03F; }
.txt_orange { color:#f60; }
.txt_green { color:#008000; }
.txt_pink { color:#F6F; }

a.txt_red { color:#F00; }
a.txt_blue { color:#03F; }
a.txt_gray { color:#272727; }
a.txt_orange { color:#f78000; }

.txt_left { text-align:left; }
.txt_center { text-align:center; }
.txt_right { text-align:right; }

.v_top { vertical-align:top; }
.v_middle { vertical-align:middle; }
.v_bot { vertical-align:bottom; }

.txt10 { font-size:10px; }
.txt11 { font-size:11px; }
.txt12 { font-size:12px; }
.txt13 { font-size:13px; }
.txt14 { font-size:14px; }
.txt15 { font-size:15px; }
.txt16 { font-size:16px; }
.txt17 { font-size:17px; }
.txt18 { font-size:18px; }

.ml5 { margin-left:5px; }
.ml10 { margin-left:10px; }
.ml15 { margin-left:15px; }
.ml20 { margin-left:20px; }
.ml25 { margin-left:25px; }
.ml30 { margin-left:30px; }

.mt5 { margin-top:5px; }
.mt10 { margin-top:10px; }
.mt15 { margin-top:15px; }
.mt20 { margin-top:20px; }
.mt25 { margin-top:25px; }
.mt30 { margin-top:30px; }

.mr5 { margin-right:5px; }
.mr10 { margin-right:10px; }
.mr15 { margin-right:15px; }
.mr20 { margin-right:20px; }
.mr25 { margin-right:25px; }
.mr30 { margin-right:30px; }

.mb5 { margin-bottom:5px; }
.mb10 { margin-bottom:10px; }
.mb15 { margin-bottom:15px; }
.mb20 { margin-bottom:20px; }
.mb25 { margin-bottom:25px; }
.mb30 { margin-bottom:30px; }

.pl5 { padding-left:5px; }
.pl10 { padding-left:10px; }
.pl15 { padding-left:15px; }
.pl20 { padding-left:20px; }
.pl25 { padding-left:25px; }
.pl30 { padding-left:30px; }

.pt5 { padding-top:5px; }
.pt10 { padding-top:10px; }
.pt15 { padding-top:15px; }
.pt20 { padding-top:20px; }
.pt25 { padding-top:25px; }
.pt30 { padding-top:30px; }

.pr5 { padding-right:5px; }
.pr10 { padding-right:10px; }
.pr15 { padding-right:15px; }
.pr20 { padding-right:20px; }
.pr25 { padding-right:25px; }
.pr30 { padding-right:30px; }

.pb5 { padding-bottom:5px; }
.pb10 { padding-bottom:10px; }
.pb15 { padding-bottom:15px; }
.pb20 { padding-bottom:20px; }
.pb25 { padding-bottom:25px; }
.pb30 { padding-bottom:30px; }

/* CSS Document */
/* --------------------
	wrapper css
-------------------- */
#wrapper { width:800px; margin:0 auto; text-align:left; background-color:#fff; }
#wrapper h1 { width:800px; height:345px;  background:url(http://www.pakutch.jp/images/mv.jpg) no-repeat; }
#wrapper h1 strong { display:none; }


/* --------------------
	wrapper css
-------------------- */
#main { width:800px; padding:20px 0 30px; }

#main #content { width:525px; display:inline; float:right; margin-right:15px; }
#main #content h2 { font-size:16px; color:#006b9e; }
#main #content .inner { padding:20px 0 30px; }
#main #content .inner h3 { border-left:5px solid #006b9e; margin-bottom:15px; padding-left:5px; font-size:14px; }

#main #content .pager { width:220px; height:20px; margin:0 auto; text-align:center; }
#main #content .pager a { }
#main #content .pager .prev { width:100px; float:left; border:1px solid #dfa13a; text-align:center; }
#main #content .pager .prev a { display:block; padding:2px 5px; }
#main #content .pager .next { width:100px; float:right; border:1px solid #dfa13a; text-align:center; }
#main #content .pager .next a { display:block; padding:2px 5px; }

#main #content table.style01 { border-collapse:collapse; border:1px solid #cfcfcf; }
#main #content table.style01 th { border-collapse:collapse; border:1px solid #cfcfcf; }
#main #content table.style01 td { border-collapse:collapse; border:1px solid #cfcfcf; }
#main #content table.style01 p { margin:3px 10px; }
#main #content table.style01 tr.primary th { text-align:center; font-weight:bold; background-color:#eee; }
#main #content table.style01 tr.primary td { text-align:center; }
#main #content table.style01 tr.secondary th { text-align:center; font-weight:normal; background-color:#f9f9f9; white-space:nowrap; }
#main #content table.style01 tr.secondary th.txt_left { text-align:left; }
#main #content table.style01 tr.secondary td { text-align:right; font-weight:normal; background-color:#fff; }
#main #content table.style01 tr.secondary td.txt_center { text-align:center; }
#main #content table.style01 tr.thirdry th { text-align:center; font-weight:bold; }
#main #content table.style01 tr.thirdry td { text-align:center; font-weight:bold; }

#main #content .inner .txt_chuki { text-indent:-1em; margin-left:1em; }
#main #content .inner .list_num li { list-style:decimal; margin-left:25px; }
#main #content .inner .list_num li span.txt_def { font-weight:normal; color:#333; }
#main #content .inner .list_disc li { list-style:disc; margin-left:20px; }
#main #content .inner .list_disc li span.txt_def { font-weight:normal; color:#333; }
#main #content .inner .list_disc li ul.list_num li { list-style:decimal; margin-left:25px; }

#main #menu { width:224px; display:inline; float:left; margin-left:15px; }
#main #menu h3 { }
#main #menu dt { font-size:14px; color:#006b9e; margin:15px 10px 20px; }
#main #menu dd { margin:7px 0 20px 20px; padding-left:13px; background:url(http://www.pakutch.jp/images/icon_plus.gif) 0 7px no-repeat; }
#main #menu a { }


/* --------------------
	footer css
-------------------- */
#footer { width:100%; padding:10px 0 20px; text-align:center; }
#footer address { font-size:12px; font-style:normal; }

.p_uteza{
font-size:15px;
font-weight:bold;
text-align:center;
margin-bottom:15px;
}

.p_uteza a{
color:#0000FF;
text-decoration:underline;
}

.p_uteza a:hover{
color:#FF0000;
text-decoration:none;
}
/* ▲PC用のスタイル */




/* ▼スマホ用のスタイル */
@media screen and (max-width: 640px) {
	body {
		width: 100%;
	}

	* {
		float: none;
		word-break: break-all;
	}

	p {
		padding: 0px 5px;
	}



	#wrapper,
	#wrapper h1,
	#main,
	#main #content,
	#main #content .pager,
	#main #menu,
	#footer,
	table {
		width: 100%;
		margin: 0;
		padding: 0;
		box-sizing: border-box;
	}
	#wrapper h1 {
		background-size: contain;
		height: 280px;
	}

	#main #menu {
		width: 90%;
		margin: 0 0 0 20px;
	}
}
/* ▲スマホ用のスタイル */