/*
Theme Name: upix Theme
Theme URI: http://ccupix.net/wp/wp-content/themes/upix
Author: UPIX CO,.LTD
Author URI: http://ccupix.net/
Description: This is UPIX CO,.LTD theme.
Version: 1.0
*/

@charset "utf-8";

/*タグのリセット*/
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, 
em, img, small, strong, sub, 
dl, dt, dd, ol, ul, li, fieldset, form, label, 
article, aside, figcaption, figure, 
footer, header, menu, nav, section, time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
ul{
	list-style-type: none;
}

/***************************************ページベース設定***************************************/
/*ページ背景、フォントなど*/
body {
	color: #666;
	background-color: #FFF;
	background-image: url(../img/bg_ptnL.png);
	font-weight: normal;
	line-height: 1.5em;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 14px;
}

/*箇条書き設定*/
ol {
	padding-left: 2em;
}

dd {
	padding-left: 1em;
}

dt {
	font-weight: bold;
	color: #d01928;
	width: 6em;
}

.square {
	list-style-type: square;
	margin-left: 1.5em;
}
.disc {
	list-style-type: disc;
	margin-left: 1.5em;
}

/*リンク設定*/
a {
	color: 0C00CC; /*青*/
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/*ボタン設定*/
input[type="submit"], input[type="reset"]{
	width: 100px;
	padding: 5px;
	margin-bottom: 20px;
	border: 1px solid #CCC;
	border-radius: 30px;
	background-color: #EEE;
}
input[type="submit"]:hover, input[type="reset"]:hover {
	background-color: #DDD;
}

/*幅設定*/
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.w100 {
	width: 100%;
}

/*テキスト配置設定*/
.c {
	text-align: center;
}
.r {
	text-align: right;
}

.9em {
	margin-left: 9em;
}	

.ti1 {
	text-indent: 1em;
}

.pl1 {
	padding-left: 1em;
}
.pl3 {
	padding-left: 3em;
}
/*FLOAT設定*/
.FR {
	float: right;
}

.alignright {
	float: right;
	padding-left: 5px;
}

.FL {
	float: left;
}

.alignleft {
	float: left;
	padding-right: 5px;
}

.clear {
	clear: both;
}


/*FONT色設定*/
.color_red, .f_red {
	color: #e90e0e; /*赤*/
}
.f_blue {
	color: #00f; /*青*/
}

/*FONTサイズ設定*/
.f80 {
	font-size: 80%;
}
.f120 {
	font-size: 120%;
}
.b {
font-weight: bold;
}

/*背景色設定*/
.bg_white {
	background-color: #FFF; /*白*/
}
.bg_cream {
	background-color: #fff9cc; /*クリーム*/
}
.bg_water {
	background-color: #99ffff; /*水色*/
}
.bg_skin {
	background-color: #ffcc99; /*肌色*/
}
.bg_pink {
	background-color: #ffcccc; /*ピンク*/
}

/*枠の角設定*/
.rad6 {
	border-radius: 6px;
}

/*表示・非表示設定*/
.sdisp {
	display: none;
}
#pcdisp {
	display: inline;
}

/*コンテナ*/
#container {
	width: 1030px;	/*コンテナー幅*/
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	border-top: solid 10px #d01928;
}

/*サイトロゴ*/
header h1 {
	float: left;
	font-weight: normal;
	color: #000;
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 50px;
}
#mainimg img {
	padding: 20px 0 0 20px;
}
header aside ul {
	margin: 20px 20px 0 20px;
	border-radius: 6px;
	line-height: 1.5em;
}
/*メニューブロック設定*/
header nav ul {
	border-top: 1px solid #d01928;
	height: 30px;
}

/*各メニュー設定*/
header nav ul li {
	float: left;
	width: 165px;
	height: 40px;
	font-size: 120%;
	background-color: #FFF; 
}

header nav ul li a {
	line-height: 40px;
	height: 40px;
	color: #000;
	text-decoration: none;
	display: block;
	text-align: center;
}

header nav ul li a:hover{
	color:#d01928;
	text-decoration: none;
}

header nav ul li.focus,header nav ul li.focus a {
	background-color: #d01928;
	color: #FFF;
}

.headend {
	border-style: solid;
	border-top: 3px solid #d01928;
}
/*コンテンツ*/
#contents {
	clear: left;
}

/*メインコンテンツ*/
#topper {
	width: 1000px;
	margin: 0 auto;
}

#topper h1 {
	font-size: 120%;
	font-weight: normal;
	color: #d01928;
	line-height: 1.5em;
}

#topper h2 {
	font-size: 120%;
	font-weight: normal;
	line-height: 1.2em;
	color: #FFF;
	background-color:#d01928;
	padding: 10px 5px 5px 10px;
	clear: both;
}

#main {
	display: inline-block;
	width: 71%;
	vertical-align:top;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

#main h1 {
	font-size: 140%;
	font-weight: normal;
	color: #d01928;
	line-height: 1.5em;
}

#main h2 {
	font-size: 120%;
	font-weight: normal;
	line-height: 1.2em;
	color: #FFF;
	background-color:#d01928;
	padding: 10px 5px 5px 10px;
	clear: both;
}

#main h3 {
	font-size: 110%;
	font-weight: normal;
	color: #d01928;
	border-bottom: 1px dotted;
	padding: 5px 0px 0px 5px;
	margin-top: 10px;
	clear: both;
}

#main p, #main dl {
	padding: 10px;
}

#main img {
	padding: 5px 0;
}
#main figure img {
	padding: 0px;
}
#main figcaption {
	padding: 0px;
	font-size: 90%;
	padding-bottom: 5px;
}

/*サブコンテンツ*/
#sub {
	display: inline-block;
	width: 25%;
	vertical-align:top;
}

#sub p {
	padding: 5px;
	font-size: 80%;
}

#sub h1 {
	line-height: 1.5em;
	padding: 5px;
	margin: 3px;
	text-align: center;
	font-weight: normal;
	color: #fff;
	font-size: 120%;
	background-color: #d01928;
}
#sub ul {
	padding: 0 3px 3px 0;
	background-color: #FFF;
}
#sub ul li a {
	font-size: 100%;
	color: #666;
	text-decoration: none;
	display: block;
	border-bottom: 2px dotted #d01928;
	padding: 15px 0 3px 5px;
	margin-left: 5px;
	line-height: 1em;
}

#sub ul li.focus a {
	color: #d01928;
}

#sub ul li a:hover {
	color: #999;
}

.itiran {
	width: 150px;
	margin: 3px auto;
	text-align: center;
	line-height: 2em;
	border: 1px solid #CCC;
	border-radius: 6px;
	background-color: #EEE;
}
.itiran a {
	color: #666;
}
.itiran a:hover {
	color: #999;
	text-decoration: none;
}


/*フッター設定*/
footer {
	clear: both;
	background-color: #d01928;
	color: #FFF;
	text-align: center;
	line-height: 2;
	font-size: 85%;
}

footer a {
	color: #FFF;
}

footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

/*ページの上へ戻る*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    line-height: 1em;
}
#page-top a {
    background: #999;
    text-decoration: none;
    color: #fff;
    width: 50px;
    padding: 5px;
    text-align: center;
    display: block;
    border-radius: 10px;
    opacity: 0.7;
}
#page-top a:hover {
    text-decoration: none;
    background: #666;
}
/***************************************各ページの設定***************************************/
/*トップページのメイン画像*/

/*トップページのnews*/
.news {
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
	margin-bottom: 30px;
}

.news .scroll {
	height: 350px;
	overflow-y: scroll;;
}

.news dl {
	margin-top: 10px;
	line-height: 1.5em;
}

.news dt {
	width: 9em;
	float: left;
	clear: both;
	text-indent: 1em;
	color: #999; 
}

.news dd {
	padding-left: 9em;
}

/*トップページの3分割コラム*/
.three {
	float: left;
	width: 310px;
	margin: 0 11px;
}

.three p {
	line-height: 1.5em;
}
.three .more {
	text-align: right;
}
.three .more a {
	color: #d01928;
	font-weight: bold;
}

/*トップページの分割無しコラム*/
.one {
	margin: 10px 11px;
}

.fifth_pic {
	text-align: center;
}
.fifth_pic li {
	float: left;
}
.fifth_pic img {
	width: 180px;
	margin-left: 6px;
	margin-right: 6px;
}
/*トップページ店舗情報*/
.box1 {
	float: left;
	width: 450px;
	margin: 0;
	padding: 0;
}

.box2 {
	float: right;
	width: 520px;
	margin: 0;
	padding: 0;
}

.box2 table {
	width: 100%;
}

.shop_title {
	font-size: 140%;
	background-color: #EEE;
}

.shop_tel {
	font-size: 120%;
	color: #d01928;
	font-weight: bold;
}

.shop_add {
	line-height: 1.2em;
	height: 3em;
}

/*タイトルアイコンの設定*/
.kampo {
	color: #d01928;
	font-size: 120%;
	font-weight: normal;
	padding-left: 2em;
	background-image: url(/img/pict_drug.png);
	background-size:contain;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
.osusume {
	color: #d01928;
	font-size: 120%;
	font-weight: normal;
	padding-left: 2em;
	background-image: url(/img/pict_kanpo.png);
	background-size:contain;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
.faq {
	color: #d01928;
	font-size: 120%;
	font-weight: normal;
	padding-left: 2em;
	background-image: url(/img/pict_recommend.png);
	background-size:contain;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
.item {
	color: #d01928;
	font-size: 120%;
	font-weight: normal;
	padding-left: 2em;
	background-image: url(/img/pict_item.png);
	background-size:contain;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
.shop {
	color: #d01928;
	font-size: 120%;
	font-weight: normal;
	padding-left: 2em;
	background-image: url(/img/pict_shop.png);
	background-size:contain;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
.blog {
	color: #d01928;
	font-size: 120%;
	font-weight: normal;
	padding-left: 2em;
	background-image: url(/img/pict_blog.png);
	background-size:contain;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
/*相談ページの電話番号表示*/
.gigant {
	color: #d01928;
	font-size: 150%;
	font-weight: bold;
	text-indent: 1em;
}
/*WORDPRESS記事の設定*/
/*単独記事*/
#column {
	border: 1px solid #CCC;
	margin-bottom: 10px;
}

#column .title {
	font-size: 150%;
	font-weight: normal;
	line-height: 1.2em;
	color: #FFF;
	background-color:#d01928;
	padding: 10px 5px 5px 10px;
	clear: both;
}

#column .timeshow {
	font-size: 80%;
	font-weight: normal;
	line-height: 1.2em;
	color: #999;
	text-align: right;
	padding: 10px 10px 0px 0px;
}

#column img {
	padding: 0 3px;
}
#column p {
	margin-bottom: 0.8em;
}
#column ul {
	list-style-type: disc;
	margin-left: 2em;
}
.pagelink {
	text-align: center;
	line-height: 1em;
}
.linkBT a {
	display: inline-block;
	width: 100px;
	padding: 5px;
	margin: 0 20px 5px 20px;
	color: #666;
	border: 1px solid #CCC;
	border-radius: 30px;
	background-color: #EEE;
	text-decoration: none;
}
.linkBT a:hover {
	color: #999;
	text-decoration: none;
}

p.pagelink {
	height: 1.2em;
}

/*記事一覧*/
#clist {
	margin-bottom: 10px;
}

#clist .title {
	font-size: 120%;
	font-weight: normal;
	line-height: 1.5em;
	margin-top: 5px;
}
#clist .title a {
	color: #d01928;
}
#clist .title a:hover {
	color: #d01928;
	text-decoration: underline;
}

#clist .timeshow{
	font-weight: normal;
	line-height: 1.2em;
	color: #666;
	padding: 0 0 10px 5px;
	border-bottom: 1px solid #999;
}

/*店舗情報テーブル設定*/
table {
	float: left;
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
	width: 50%;
	border: 1px solid #CCC;
	line-height: 2;
	margin-bottom: 10px;
}
caption {
	padding: 3px 10px;
	border-top: 1px solid #CCC;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #CCC;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #CCC;	/*左側の線の幅、線種、色*/
	text-align: left;
	background-color: #99ccff;
}
th {
	width: 6em;
	padding: 3px 10px;
	text-align: center;
	background-color: #fff9cc; /*クリーム*/
	border: 1px solid #CCC;
	font-weight: normal;
}
td {
	width: auto;
	padding: 3px 10px;
	background-color: #fff;
	border: 1px solid #CCC;
}

/*店舗情報地図*/
.map {
	height: 600px;
	width: 100%;
}
/*商品ページ*/
.syohin dt {
	width: auto;
}
